#6F0466

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

Shades of Purple #6F0466

Tints of Purple #6F0466

Color information

#6F0466 (or 0x6F0466) is unknown color: approx Purple. HEX triplet: 6F, 04 and 66. RGB value is (111,4,102). Sum of RGB (Red+Green+Blue) = 111+4+102=217 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.15% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0466 is #90FB99. Grayscale: #2E2E2E. Windows color (decimal): -9501594 or 6685807. OLE color: 6685807.

HSL color Cylindrical-coordinate representation of color #6F0466: hue angle of 305.05º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F0466 is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB1114102-
CMYK00.960.080.56
HSL305.05º93.04%22.55%-
HSV(B)305.05º96.4%43.53%-
XYZ94.4312.95-
YUV47.16158.95173.53-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 51.15%
GREEN value IS 4 (1.95% from 255) = 1.84%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=51.15%
G=1.84%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111410200.960.080.56305.0593.0422.55
Hex6F4660608381315d17
Octal15741460140107046113527
Binary11011111001100110011000001000111000100110001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,4,102); }

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

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

 a { background-color: rgb(111,4,102); }

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

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

 span { border-color: rgb(111,4,102); }

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