#6B0B64

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

Shades of Palatinate Purple #6B0B64

Tints of Palatinate Purple #6B0B64

Color information

#6B0B64 (or 0x6B0B64) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0B and 64. RGB value is (107,11,100). Sum of RGB (Red+Green+Blue) = 107+11+100=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 100 (39.45% from 255 or 45.87% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B64 is #94F49B. Grayscale: #313131. Windows color (decimal): -9761948 or 6556523. OLE color: 6556523.

HSL color Cylindrical-coordinate representation of color #6B0B64: hue angle of 304.38º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B64 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10711100-
CMYK00.900.070.58
HSL304.38º81.36%23.14%-
HSV(B)304.38º89.72%41.96%-
XYZ8.484.2912.44-
YUV49.85156.3168.76-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.08%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 100 (39.45% from 255) = 45.87%
R=49.08%
G=5.05%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071110000.900.070.58304.3881.3623.14
Hex6BB6405A73A1305117
Octal15313144013277246012127
Binary11010111011110010001011010111111010100110000101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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