Html Css Color HEX #66215E Palatinate Purple

📋 copy color: '#66215E'

red 102 ◦ green 33 ◦ blue 94

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

Shades of Palatinate Purple #66215E

Tints of Palatinate Purple #66215E

RGB

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

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

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

R = 44.54%
G = 14.41%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#66215E (or 0x66215E) is known color: Palatinate Purple. HEX triplet: 66, 21 and 5E. RGB value is (102,33,94). Sum of RGB (Red+Green+Blue) = 102+33+94=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #66215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #66215E is #99DEA1. Grayscale: #3C3C3C. Windows color (decimal): -10084002 or 6168934. OLE color: 6168934.

HSL color Cylindrical-coordinate representation of color #66215E: hue angle of 306.96º 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 #66215E is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 33 94 -
CMYK 0 0.68 0.08 0.6
HSL 306.96º 0.51% 0.26% -
HSV(B) 306.96º 0.68% 0.4% -
XYZ 8.04 4.72 11.08 -
YUV 60.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 102 33 94 0 0.68 0.08 0.6 306.96 0.51 0.26
Hex 66 21 5E 0 44 8 3C 133 33 1A
Octal 146 41 136 0 104 10 74 463 63 32
Binary 1100110 100001 1011110 0 1000100 1000 111100 100110011 110011 11010

Color Harmonies of #66215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66215E

Black with #66215E

Text Example


Text Example

White with #66215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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