#66305F

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

Shades of Palatinate Purple #66305F

Tints of Palatinate Purple #66305F

Color information

#66305F (or 0x66305F) is unknown color: approx Palatinate Purple. HEX triplet: 66, 30 and 5F. RGB value is (102,48,95). Sum of RGB (Red+Green+Blue) = 102+48+95=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66305F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66305F is #99CFA0. Grayscale: #454545. Windows color (decimal): -10080161 or 6238310. OLE color: 6238310.

HSL color Cylindrical-coordinate representation of color #66305F: hue angle of 307.78º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66305F is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.6.

Color convert

RGB1024895-
CMYK00.530.070.6
HSL307.78º36%29.41%-
HSV(B)307.78º52.94%40%-
XYZ8.65.7611.49-
YUV69.5142.39151.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=41.63%
G=19.59%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102489500.530.070.6307.783629.41
Hex66305F03573C134241d
Octal146601370657744644435
Binary11001101100001011111011010111111110010011010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66305F; }

 p { color: rgb(102,48,95); }

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

<style>
 a { background-color: #66305F; }

 a { background-color: rgb(102,48,95); }

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

<style>
 span { border-color: #66305F; }

 span { border-color: rgb(102,48,95); }

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