Html Css Color HEX #66215B Palatinate Purple

📋 copy color: '#66215B'

red 102 ◦ green 33 ◦ blue 91

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

Shades of Palatinate Purple #66215B

Tints of Palatinate Purple #66215B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 91 (35.94% from 255) = 40.27%

R = 45.13%
G = 14.6%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#66215B (or 0x66215B) is known color: Palatinate Purple. HEX triplet: 66, 21 and 5B. RGB value is (102,33,91). Sum of RGB (Red+Green+Blue) = 102+33+91=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #66215B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66215B is #99DEA4. Grayscale: #3C3C3C. Windows color (decimal): -10084005 or 5972326. OLE color: 5972326.

HSL color Cylindrical-coordinate representation of color #66215B: hue angle of 309.57º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66215B is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 91 -
CMYK 0 0.68 0.11 0.6
HSL 309.57º 0.51% 0.26% -
HSV(B) 309.57º 0.68% 0.4% -
XYZ 7.91 4.67 10.38 -
YUV 60.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 102 33 91 0 0.68 0.11 0.6 309.57 0.51 0.26
Hex 66 21 5B 0 44 B 3C 136 33 1A
Octal 146 41 133 0 104 13 74 466 63 32
Binary 1100110 100001 1011011 0 1000100 1011 111100 100110110 110011 11010

Color Harmonies of #66215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66215B

Black with #66215B

Text Example


Text Example

White with #66215B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66215B; }

 p { color: rgb(102,33,91); }

 H1.HeaderClassName
 {
   color: #66215B;
 }
 .AnyTagClassName
 {
   color: #66215B;
 }
</style>

background-color css

<style>
 a { background-color: #66215B; }

 a { background-color: rgb(102,33,91); }

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

border-color css

<style>
 span { border-color: #66215B; }

 span { border-color: rgb(102,33,91); }

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