Html Css Color HEX #66325E Palatinate Purple

📋 copy color: '#66325E'

red 102 ◦ green 50 ◦ blue 94

#66325E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #66325E

Tints of Palatinate Purple #66325E

RGB

 RED value IS 102 (40.23% from 255) = 41.46%

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 41.46%
G = 20.33%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66325E (or 0x66325E) is known color: Palatinate Purple. HEX triplet: 66, 32 and 5E. RGB value is (102,50,94). Sum of RGB (Red+Green+Blue) = 102+50+94=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 102 - color contains mainly: red. Hex color #66325E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66325E is #99CDA1. Grayscale: #464646. Windows color (decimal): -10079650 or 6173286. OLE color: 6173286.

HSL color Cylindrical-coordinate representation of color #66325E: hue angle of 309.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66325E is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 94 -
CMYK 0 0.51 0.08 0.6
HSL 309.23º 0.34% 0.3% -
HSV(B) 309.23º 0.51% 0.4% -
XYZ 8.64 5.91 11.28 -
YUV 70.56 141.23 150.42 -
System Red Green Blue C M Y K H S L
Decimal 102 50 94 0 0.51 0.08 0.6 309.23 0.34 0.3
Hex 66 32 5E 0 33 8 3C 135 22 1E
Octal 146 62 136 0 63 10 74 465 42 36
Binary 1100110 110010 1011110 0 110011 1000 111100 100110101 100010 11110

Color Harmonies of #66325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66325E

Black with #66325E

Text Example


Text Example

White with #66325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66325E; }

 p { color: rgb(102,50,94); }

 H1.HeaderClassName
 {
   color: #66325E;
 }
 .AnyTagClassName
 {
   color: #66325E;
 }
</style>

background-color css

<style>
 a { background-color: #66325E; }

 a { background-color: rgb(102,50,94); }

 div.DivClassName
 {
   background-color: #66325E;
 }
 .BgClassName
 {
   background-color: #66325E;
 }
</style>

border-color css

<style>
 span { border-color: #66325E; }

 span { border-color: rgb(102,50,94); }

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