Html Css Color HEX #64155B Palatinate Purple

📋 copy color: '#64155B'

red 100 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #64155B

Tints of Palatinate Purple #64155B

RGB

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

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

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

R = 47.17%
G = 9.91%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#64155B (or 0x64155B) is known color: Palatinate Purple. HEX triplet: 64, 15 and 5B. RGB value is (100,21,91). Sum of RGB (Red+Green+Blue) = 100+21+91=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 91 (35.94% from 255 or 42.92% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #64155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64155B is #9BEAA4. Grayscale: #343434. Windows color (decimal): -10218149 or 5969252. OLE color: 5969252.

HSL color Cylindrical-coordinate representation of color #64155B: hue angle of 306.84º 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 #64155B is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 91 -
CMYK 0 0.79 0.09 0.61
HSL 306.84º 0.65% 0.24% -
HSV(B) 306.84º 0.79% 0.39% -
XYZ 7.41 4 10.28 -
YUV 52.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 100 21 91 0 0.79 0.09 0.61 306.84 0.65 0.24
Hex 64 15 5B 0 4F 9 3D 133 41 18
Octal 144 25 133 0 117 11 75 463 101 30
Binary 1100100 10101 1011011 0 1001111 1001 111101 100110011 1000001 11000

Color Harmonies of #64155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64155B

Black with #64155B

Text Example


Text Example

White with #64155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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