Html Css Color HEX #64155C Palatinate Purple

📋 copy color: '#64155C'

red 100 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #64155C

Tints of Palatinate Purple #64155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

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

R = 46.95%
G = 9.86%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#64155C (or 0x64155C) is known color: Palatinate Purple. HEX triplet: 64, 15 and 5C. RGB value is (100,21,92). Sum of RGB (Red+Green+Blue) = 100+21+92=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 92 (36.33% from 255 or 43.19% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #64155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64155C is #9BEAA3. Grayscale: #343434. Windows color (decimal): -10218148 or 6034788. OLE color: 6034788.

HSL color Cylindrical-coordinate representation of color #64155C: hue angle of 306.08º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64155C is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 92 -
CMYK 0 0.79 0.08 0.61
HSL 306.08º 0.65% 0.24% -
HSV(B) 306.08º 0.79% 0.39% -
XYZ 7.46 4.02 10.51 -
YUV 52.72 150.17 161.73 -
System Red Green Blue C M Y K H S L
Decimal 100 21 92 0 0.79 0.08 0.61 306.08 0.65 0.24
Hex 64 15 5C 0 4F 8 3D 132 41 18
Octal 144 25 134 0 117 10 75 462 101 30
Binary 1100100 10101 1011100 0 1001111 1000 111101 100110010 1000001 11000

Color Harmonies of #64155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64155C

Black with #64155C

Text Example


Text Example

White with #64155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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