#66355A

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

Shades of Palatinate Purple #66355A

Tints of Palatinate Purple #66355A

Color information

#66355A (or 0x66355A) is unknown color: approx Palatinate Purple. HEX triplet: 66, 35 and 5A. RGB value is (102,53,90). Sum of RGB (Red+Green+Blue) = 102+53+90=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66355A is #99CAA5. Grayscale: #474747. Windows color (decimal): -10078886 or 5911910. OLE color: 5911910.

HSL color Cylindrical-coordinate representation of color #66355A: hue angle of 314.69º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66355A is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB1025390-
CMYK00.480.120.6
HSL314.69º31.61%30.39%-
HSV(B)314.69º48.04%40%-
XYZ8.66.1110.4-
YUV71.87138.23149.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.63%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=41.63%
G=21.63%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102539000.480.120.6314.6931.6130.39
Hex66355A030C3C13b201e
Octal1466513206014744734036
Binary110011011010110110100110000110011110010011101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66355A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66355A; }

 p { color: rgb(102,53,90); }

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

<style>
 a { background-color: #66355A; }

 a { background-color: rgb(102,53,90); }

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

<style>
 span { border-color: #66355A; }

 span { border-color: rgb(102,53,90); }

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