Html Css Color HEX #64215D Palatinate Purple

📋 copy color: '#64215D'

red 100 ◦ green 33 ◦ blue 93

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

Shades of Palatinate Purple #64215D

Tints of Palatinate Purple #64215D

RGB

 RED value IS 100 (39.45% from 255) = 44.25%

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

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

R = 44.25%
G = 14.6%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#64215D (or 0x64215D) is known color: Palatinate Purple. HEX triplet: 64, 21 and 5D. RGB value is (100,33,93). Sum of RGB (Red+Green+Blue) = 100+33+93=226 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.25% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 100 - color contains mainly: red. Hex color #64215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64215D is #9BDEA2. Grayscale: #3B3B3B. Windows color (decimal): -10215075 or 6103396. OLE color: 6103396.

HSL color Cylindrical-coordinate representation of color #64215D: hue angle of 306.27º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64215D is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 33 93 -
CMYK 0 0.67 0.07 0.61
HSL 306.27º 0.5% 0.26% -
HSV(B) 306.27º 0.67% 0.39% -
XYZ 7.78 4.59 10.83 -
YUV 59.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 100 33 93 0 0.67 0.07 0.61 306.27 0.5 0.26
Hex 64 21 5D 0 43 7 3D 132 32 1A
Octal 144 41 135 0 103 7 75 462 62 32
Binary 1100100 100001 1011101 0 1000011 111 111101 100110010 110010 11010

Color Harmonies of #64215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64215D

Black with #64215D

Text Example


Text Example

White with #64215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,33,93); }

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

background-color css

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

 a { background-color: rgb(100,33,93); }

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

border-color css

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

 span { border-color: rgb(100,33,93); }

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