Html Css Color HEX #64195B Palatinate Purple

📋 copy color: '#64195B'

red 100 ◦ green 25 ◦ blue 91

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

Shades of Palatinate Purple #64195B

Tints of Palatinate Purple #64195B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 46.3%
G = 11.57%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64195B (or 0x64195B) is known color: Palatinate Purple. HEX triplet: 64, 19 and 5B. RGB value is (100,25,91). Sum of RGB (Red+Green+Blue) = 100+25+91=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #64195B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64195B is #9BE6A4. Grayscale: #363636. Windows color (decimal): -10217125 or 5970276. OLE color: 5970276.

HSL color Cylindrical-coordinate representation of color #64195B: hue angle of 307.2º 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 #64195B is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 25 91 -
CMYK 0 0.75 0.09 0.61
HSL 307.2º 0.6% 0.25% -
HSV(B) 307.2º 0.75% 0.39% -
XYZ 7.49 4.16 10.31 -
YUV 54.95 148.35 160.13 -
System Red Green Blue C M Y K H S L
Decimal 100 25 91 0 0.75 0.09 0.61 307.2 0.6 0.25
Hex 64 19 5B 0 4B 9 3D 133 3C 19
Octal 144 31 133 0 113 11 75 463 74 31
Binary 1100100 11001 1011011 0 1001011 1001 111101 100110011 111100 11001

Color Harmonies of #64195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64195B

Black with #64195B

Text Example


Text Example

White with #64195B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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