Html Css Color HEX #64295D Palatinate Purple

📋 copy color: '#64295D'

red 100 ◦ green 41 ◦ blue 93

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

Shades of Palatinate Purple #64295D

Tints of Palatinate Purple #64295D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 42.74%
G = 17.52%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#64295D (or 0x64295D) is known color: Palatinate Purple. HEX triplet: 64, 29 and 5D. RGB value is (100,41,93). Sum of RGB (Red+Green+Blue) = 100+41+93=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #64295D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64295D is #9BD6A2. Grayscale: #404040. Windows color (decimal): -10213027 or 6105444. OLE color: 6105444.

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

Color convert

RGB 100 41 93 -
CMYK 0 0.59 0.07 0.61
HSL 307.12º 0.42% 0.28% -
HSV(B) 307.12º 0.59% 0.39% -
XYZ 8.02 5.09 10.91 -
YUV 64.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 100 41 93 0 0.59 0.07 0.61 307.12 0.42 0.28
Hex 64 29 5D 0 3B 7 3D 133 2A 1C
Octal 144 51 135 0 73 7 75 463 52 34
Binary 1100100 101001 1011101 0 111011 111 111101 100110011 101010 11100

Color Harmonies of #64295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64295D

Black with #64295D

Text Example


Text Example

White with #64295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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