Html Css Color HEX #64195D Palatinate Purple

📋 copy color: '#64195D'

red 100 ◦ green 25 ◦ blue 93

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

Shades of Palatinate Purple #64195D

Tints of Palatinate Purple #64195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.47%

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

R = 45.87%
G = 11.47%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#64195D (or 0x64195D) is known color: Palatinate Purple. HEX triplet: 64, 19 and 5D. RGB value is (100,25,93). Sum of RGB (Red+Green+Blue) = 100+25+93=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 25 (10.16% from 255 or 11.47% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #64195D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64195D is #9BE6A2. Grayscale: #363636. Windows color (decimal): -10217123 or 6101348. OLE color: 6101348.

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

Color convert

RGB 100 25 93 -
CMYK 0 0.75 0.07 0.61
HSL 305.6º 0.6% 0.25% -
HSV(B) 305.6º 0.75% 0.39% -
XYZ 7.58 4.19 10.77 -
YUV 55.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 100 25 93 0 0.75 0.07 0.61 305.6 0.6 0.25
Hex 64 19 5D 0 4B 7 3D 132 3C 19
Octal 144 31 135 0 113 7 75 462 74 31
Binary 1100100 11001 1011101 0 1001011 111 111101 100110010 111100 11001

Color Harmonies of #64195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64195D

Black with #64195D

Text Example


Text Example

White with #64195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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