#66125B

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

Shades of Palatinate Purple #66125B

Tints of Palatinate Purple #66125B

Color information

#66125B (or 0x66125B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 5B. RGB value is (102,18,91). Sum of RGB (Red+Green+Blue) = 102+18+91=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #66125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66125B is #99EDA4. Grayscale: #333333. Windows color (decimal): -10087845 or 5968486. OLE color: 5968486.

HSL color Cylindrical-coordinate representation of color #66125B: hue angle of 307.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #66125B is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1021891-
CMYK00.820.110.6
HSL307.86º70%23.53%-
HSV(B)307.86º82.35%40%-
XYZ7.584.0110.27-
YUV51.44150.33164.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.34%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 91 (35.94% from 255) = 43.13%
R=48.34%
G=8.53%
B=43.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102189100.820.110.6307.867023.53
Hex66125B052B3C1344618
Octal146221330122137446410630
Binary1100110100101011011010100101011111100100110100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66125B; }

 p { color: rgb(102,18,91); }

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

<style>
 a { background-color: #66125B; }

 a { background-color: rgb(102,18,91); }

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

<style>
 span { border-color: #66125B; }

 span { border-color: rgb(102,18,91); }

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