Html Css Color HEX #64175B Palatinate Purple

📋 copy color: '#64175B'

red 100 ◦ green 23 ◦ blue 91

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

Shades of Palatinate Purple #64175B

Tints of Palatinate Purple #64175B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

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

R = 46.73%
G = 10.75%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64175B (or 0x64175B) is known color: Palatinate Purple. HEX triplet: 64, 17 and 5B. RGB value is (100,23,91). Sum of RGB (Red+Green+Blue) = 100+23+91=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #64175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64175B is #9BE8A4. Grayscale: #353535. Windows color (decimal): -10217637 or 5969764. OLE color: 5969764.

HSL color Cylindrical-coordinate representation of color #64175B: hue angle of 307.01º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #64175B is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 23 91 -
CMYK 0 0.77 0.09 0.61
HSL 307.01º 0.63% 0.24% -
HSV(B) 307.01º 0.77% 0.39% -
XYZ 7.45 4.08 10.29 -
YUV 53.78 149.01 160.97 -
System Red Green Blue C M Y K H S L
Decimal 100 23 91 0 0.77 0.09 0.61 307.01 0.63 0.24
Hex 64 17 5B 0 4D 9 3D 133 3F 18
Octal 144 27 133 0 115 11 75 463 77 30
Binary 1100100 10111 1011011 0 1001101 1001 111101 100110011 111111 11000

Color Harmonies of #64175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64175B

Black with #64175B

Text Example


Text Example

White with #64175B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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