#6B0B69

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

Shades of Palatinate Purple #6B0B69

Tints of Palatinate Purple #6B0B69

Color information

#6B0B69 (or 0x6B0B69) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 0B and 69. RGB value is (107,11,105). Sum of RGB (Red+Green+Blue) = 107+11+105=223 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.98% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0B69 is #94F496. Grayscale: #323232. Windows color (decimal): -9761943 or 6884203. OLE color: 6884203.

HSL color Cylindrical-coordinate representation of color #6B0B69: hue angle of 301.25º 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 #6B0B69 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10711105-
CMYK00.900.020.58
HSL301.25º81.36%23.14%-
HSV(B)301.25º89.72%41.96%-
XYZ8.734.3913.75-
YUV50.42158.8168.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.98%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=47.98%
G=4.93%
B=47.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071110500.900.020.58301.2581.3623.14
Hex6BB6905A23A12d5117
Octal15313151013227245512127
Binary1101011101111010010101101010111010100101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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