#66305c

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

Shades of Palatinate Purple #66305C

Tints of Palatinate Purple #66305C

Color information

#66305C (or 0x66305C) is unknown color: approx Palatinate Purple. HEX triplet: 66, 30 and 5C. RGB value is (102,48,92). Sum of RGB (Red+Green+Blue) = 102+48+92=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #66305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66305C is #99CFA3. Grayscale: #454545. Windows color (decimal): -10080164 or 6041702. OLE color: 6041702.

HSL color Cylindrical-coordinate representation of color #66305C: hue angle of 311.11º 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 #66305C is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB1024892-
CMYK00.530.100.6
HSL311.11º36%29.41%-
HSV(B)311.11º52.94%40%-
XYZ8.475.7110.78-
YUV69.16140.89151.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 48 (19.14% from 255) = 19.83%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=42.15%
G=19.83%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102489200.530.100.6311.113629.41
Hex66305C035A3C137241d
Octal1466013406512744674435
Binary110011011000010111000110101101011110010011011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66305c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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