Html Css Color HEX #64125B Palatinate Purple

📋 copy color: '#64125B'

red 100 ◦ green 18 ◦ blue 91

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

Shades of Palatinate Purple #64125B

Tints of Palatinate Purple #64125B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 47.85%
G = 8.61%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64125B (or 0x64125B) is known color: Palatinate Purple. HEX triplet: 64, 12 and 5B. RGB value is (100,18,91). Sum of RGB (Red+Green+Blue) = 100+18+91=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 91 (35.94% from 255 or 43.54% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64125B is #9BEDA4. Grayscale: #323232. Windows color (decimal): -10218917 or 5968484. OLE color: 5968484.

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

Color convert

RGB 100 18 91 -
CMYK 0 0.82 0.09 0.61
HSL 306.59º 0.69% 0.23% -
HSV(B) 306.59º 0.82% 0.39% -
XYZ 7.36 3.9 10.26 -
YUV 50.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 100 18 91 0 0.82 0.09 0.61 306.59 0.69 0.23
Hex 64 12 5B 0 52 9 3D 133 45 17
Octal 144 22 133 0 122 11 75 463 105 27
Binary 1100100 10010 1011011 0 1010010 1001 111101 100110011 1000101 10111

Color Harmonies of #64125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64125B

Black with #64125B

Text Example


Text Example

White with #64125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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