#6A0B69

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

Shades of Palatinate Purple #6A0B69

Tints of Palatinate Purple #6A0B69

Color information

#6A0B69 (or 0x6A0B69) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 0B and 69. RGB value is (106,11,105). Sum of RGB (Red+Green+Blue) = 106+11+105=222 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.75% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0B69 is #95F496. Grayscale: #313131. Windows color (decimal): -9827479 or 6884202. OLE color: 6884202.

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

Color convert

RGB10611105-
CMYK00.900.010.58
HSL300.63º81.2%22.94%-
HSV(B)300.63º89.62%41.57%-
XYZ8.614.3213.75-
YUV50.12158.97167.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.75%
GREEN value IS 11 (4.69% from 255) = 4.95%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=47.75%
G=4.95%
B=47.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061110500.900.010.58300.6381.222.94
Hex6AB6905A13A12d5117
Octal15213151013217245512127
Binary110101010111101001010110101111010100101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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