Html Css Color HEX #64135B Palatinate Purple

📋 copy color: '#64135B'

red 100 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #64135B

Tints of Palatinate Purple #64135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

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

R = 47.62%
G = 9.05%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64135B (or 0x64135B) is known color: Palatinate Purple. HEX triplet: 64, 13 and 5B. RGB value is (100,19,91). Sum of RGB (Red+Green+Blue) = 100+19+91=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #64135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64135B is #9BECA4. Grayscale: #333333. Windows color (decimal): -10218661 or 5968740. OLE color: 5968740.

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

Color convert

RGB 100 19 91 -
CMYK 0 0.81 0.09 0.61
HSL 306.67º 0.68% 0.23% -
HSV(B) 306.67º 0.81% 0.39% -
XYZ 7.38 3.93 10.27 -
YUV 51.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 100 19 91 0 0.81 0.09 0.61 306.67 0.68 0.23
Hex 64 13 5B 0 51 9 3D 133 44 17
Octal 144 23 133 0 121 11 75 463 104 27
Binary 1100100 10011 1011011 0 1010001 1001 111101 100110011 1000100 10111

Color Harmonies of #64135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64135B

Black with #64135B

Text Example


Text Example

White with #64135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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