Html Css Color HEX #64295C Palatinate Purple

📋 copy color: '#64295C'

red 100 ◦ green 41 ◦ blue 92

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

Shades of Palatinate Purple #64295C

Tints of Palatinate Purple #64295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.48%

R = 42.92%
G = 17.6%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64295C (or 0x64295C) is known color: Palatinate Purple. HEX triplet: 64, 29 and 5C. RGB value is (100,41,92). Sum of RGB (Red+Green+Blue) = 100+41+92=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #64295C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64295C is #9BD6A3. Grayscale: #404040. Windows color (decimal): -10213028 or 6039908. OLE color: 6039908.

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

Color convert

RGB 100 41 92 -
CMYK 0 0.59 0.08 0.61
HSL 308.14º 0.42% 0.28% -
HSV(B) 308.14º 0.59% 0.39% -
XYZ 7.98 5.07 10.68 -
YUV 64.46 143.55 153.35 -
System Red Green Blue C M Y K H S L
Decimal 100 41 92 0 0.59 0.08 0.61 308.14 0.42 0.28
Hex 64 29 5C 0 3B 8 3D 134 2A 1C
Octal 144 51 134 0 73 10 75 464 52 34
Binary 1100100 101001 1011100 0 111011 1000 111101 100110100 101010 11100

Color Harmonies of #64295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64295C

Black with #64295C

Text Example


Text Example

White with #64295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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