Html Css Color HEX #64295F Palatinate Purple

📋 copy color: '#64295F'

red 100 ◦ green 41 ◦ blue 95

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

Shades of Palatinate Purple #64295F

Tints of Palatinate Purple #64295F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 42.37%
G = 17.37%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#64295F (or 0x64295F) is known color: Palatinate Purple. HEX triplet: 64, 29 and 5F. RGB value is (100,41,95). Sum of RGB (Red+Green+Blue) = 100+41+95=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #64295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64295F is #9BD6A0. Grayscale: #404040. Windows color (decimal): -10213025 or 6236516. OLE color: 6236516.

HSL color Cylindrical-coordinate representation of color #64295F: hue angle of 305.08º 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 #64295F is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 41 95 -
CMYK 0 0.59 0.05 0.61
HSL 305.08º 0.42% 0.28% -
HSV(B) 305.08º 0.59% 0.39% -
XYZ 8.11 5.12 11.39 -
YUV 64.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 100 41 95 0 0.59 0.05 0.61 305.08 0.42 0.28
Hex 64 29 5F 0 3B 5 3D 131 2A 1C
Octal 144 51 137 0 73 5 75 461 52 34
Binary 1100100 101001 1011111 0 111011 101 111101 100110001 101010 11100

Color Harmonies of #64295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64295F

Black with #64295F

Text Example


Text Example

White with #64295F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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