Html Css Color HEX #66325D Palatinate Purple

📋 copy color: '#66325D'

red 102 ◦ green 50 ◦ blue 93

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

Shades of Palatinate Purple #66325D

Tints of Palatinate Purple #66325D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 41.63%
G = 20.41%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#66325D (or 0x66325D) is known color: Palatinate Purple. HEX triplet: 66, 32 and 5D. RGB value is (102,50,93). Sum of RGB (Red+Green+Blue) = 102+50+93=245 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.63% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 102 - color contains mainly: red. Hex color #66325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66325D is #99CDA2. Grayscale: #464646. Windows color (decimal): -10079651 or 6107750. OLE color: 6107750.

HSL color Cylindrical-coordinate representation of color #66325D: hue angle of 310.38º 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 #66325D is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 50 93 -
CMYK 0 0.51 0.09 0.6
HSL 310.38º 0.34% 0.3% -
HSV(B) 310.38º 0.51% 0.4% -
XYZ 8.6 5.9 11.04 -
YUV 70.45 140.73 150.5 -
System Red Green Blue C M Y K H S L
Decimal 102 50 93 0 0.51 0.09 0.6 310.38 0.34 0.3
Hex 66 32 5D 0 33 9 3C 136 22 1E
Octal 146 62 135 0 63 11 74 466 42 36
Binary 1100110 110010 1011101 0 110011 1001 111100 100110110 100010 11110

Color Harmonies of #66325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66325D

Black with #66325D

Text Example


Text Example

White with #66325D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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