#6F0B64

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

Shades of Palatinate Purple #6F0B64

Tints of Palatinate Purple #6F0B64

Color information

#6F0B64 (or 0x6F0B64) is unknown color: approx Palatinate Purple. HEX triplet: 6F, 0B and 64. RGB value is (111,11,100). Sum of RGB (Red+Green+Blue) = 111+11+100=222 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 100 (39.45% from 255 or 45.05% from 222); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0B64 is #90F49B. Grayscale: #323232. Windows color (decimal): -9499804 or 6556527. OLE color: 6556527.

HSL color Cylindrical-coordinate representation of color #6F0B64: hue angle of 306.6º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B64 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11111100-
CMYK00.900.100.56
HSL306.6º81.97%23.92%-
HSV(B)306.6º90.09%43.53%-
XYZ8.984.5412.46-
YUV51.05155.63170.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 50%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 100 (39.45% from 255) = 45.05%
R=50%
G=4.95%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111110000.900.100.56306.681.9723.92
Hex6FB6405AA381335218
Octal157131440132127046312230
Binary110111110111100100010110101010111000100110011101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,11,100); }

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

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

 a { background-color: rgb(111,11,100); }

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

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

 span { border-color: rgb(111,11,100); }

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