#6E067F

Color #6E067F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #6E067F

Tints of Purple #6E067F

Color information

#6E067F (or 0x6E067F) is unknown color: approx Purple. HEX triplet: 6E, 06 and 7F. RGB value is (110,6,127). Sum of RGB (Red+Green+Blue) = 110+6+127=243 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.27% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E067F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E067F is #91F980. Grayscale: #323232. Windows color (decimal): -9566593 or 8324718. OLE color: 8324718.

HSL color Cylindrical-coordinate representation of color #6E067F: hue angle of 291.57º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E067F is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1106127-
CMYK0.130.9500.50
HSL291.57º90.98%26.08%-
HSV(B)291.57º95.28%49.8%-
XYZ10.334.9820.5-
YUV50.89170.96170.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 45.27%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 127 (50% from 255) = 52.26%
R=45.27%
G=2.47%
B=52.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal11061270.130.9500.50291.5790.9826.08
Hex6E67FD5F0321245b1a
Octal15661771513706244413332
Binary11011101101111111110110111110110010100100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E067F; }

 p { color: rgb(110,6,127); }

 H1.HeaderClassName
 {
   color: #6E067F;
 }
 .AnyTagClassName
 {
   color: #6E067F;
 }
</style>
background-color css

<style>
 a { background-color: #6E067F; }

 a { background-color: rgb(110,6,127); }

 div.DivClassName
 {
   background-color: #6E067F;
 }
 .BgClassName
 {
   background-color: #6E067F;
 }
</style>
border-color css

<style>
 span { border-color: #6E067F; }

 span { border-color: rgb(110,6,127); }

 td.TdClassName
 {
   border-color: #6E067F;
 }
 .TagClassName
 {
   border-color: #6E067F;
 }
</style>