#6A0F66

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

Shades of Palatinate Purple #6A0F66

Tints of Palatinate Purple #6A0F66

Color information

#6A0F66 (or 0x6A0F66) is unknown color: approx Palatinate Purple. HEX triplet: 6A, 0F and 66. RGB value is (106,15,102). Sum of RGB (Red+Green+Blue) = 106+15+102=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 15 (6.25% from 255 or 6.73% from 223); Blue value is 102 (40.23% from 255 or 45.74% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F66 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0F66 is #95F099. Grayscale: #333333. Windows color (decimal): -9826458 or 6688618. OLE color: 6688618.

HSL color Cylindrical-coordinate representation of color #6A0F66: hue angle of 302.64º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F66 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB10615102-
CMYK00.860.040.58
HSL302.64º75.21%23.73%-
HSV(B)302.64º85.85%41.57%-
XYZ8.514.3712.96-
YUV52.13156.15166.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 47.53%
GREEN value IS 15 (6.25% from 255) = 6.73%
BLUE value IS 102 (40.23% from 255) = 45.74%
R=47.53%
G=6.73%
B=45.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1061510200.860.040.58302.6475.2123.73
Hex6AF6605643A12f4b18
Octal15217146012647245711330
Binary11010101111110011001010110100111010100101111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,15,102); }

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

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

 a { background-color: rgb(106,15,102); }

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

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

 span { border-color: rgb(106,15,102); }

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