Html Css Color HEX #64135C Palatinate Purple

📋 copy color: '#64135C'

red 100 ◦ green 19 ◦ blue 92

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

Shades of Palatinate Purple #64135C

Tints of Palatinate Purple #64135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 43.6%

R = 47.39%
G = 9%
B = 43.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64135C (or 0x64135C) is known color: Palatinate Purple. HEX triplet: 64, 13 and 5C. RGB value is (100,19,92). Sum of RGB (Red+Green+Blue) = 100+19+92=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 92 (36.33% from 255 or 43.60% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #64135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64135C is #9BECA3. Grayscale: #333333. Windows color (decimal): -10218660 or 6034276. OLE color: 6034276.

HSL color Cylindrical-coordinate representation of color #64135C: hue angle of 305.93º 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 #64135C is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 19 92 -
CMYK 0 0.81 0.08 0.61
HSL 305.93º 0.68% 0.23% -
HSV(B) 305.93º 0.81% 0.39% -
XYZ 7.42 3.95 10.5 -
YUV 51.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 100 19 92 0 0.81 0.08 0.61 305.93 0.68 0.23
Hex 64 13 5C 0 51 8 3D 132 44 17
Octal 144 23 134 0 121 10 75 462 104 27
Binary 1100100 10011 1011100 0 1010001 1000 111101 100110010 1000100 10111

Color Harmonies of #64135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64135C

Black with #64135C

Text Example


Text Example

White with #64135C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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