Html Css Color HEX #772564 Palatinate Purple

📋 copy color: '#772564'

red 119 ◦ green 37 ◦ blue 100

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

Shades of Palatinate Purple #772564

Tints of Palatinate Purple #772564

RGB

 RED value IS 119 (46.88% from 255) = 46.48%

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 100 (39.45% from 255) = 39.06%

R = 46.48%
G = 14.45%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#772564 (or 0x772564) is known color: Palatinate Purple. HEX triplet: 77, 25 and 64. RGB value is (119,37,100). Sum of RGB (Red+Green+Blue) = 119+37+100=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 100 (39.45% from 255 or 39.06% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #772564 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #772564 is #88DA9B. Grayscale: #444444. Windows color (decimal): -8968860 or 6563191. OLE color: 6563191.

HSL color Cylindrical-coordinate representation of color #772564: hue angle of 313.9º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772564 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 37 100 -
CMYK 0 0.69 0.16 0.53
HSL 313.9º 0.53% 0.31% -
HSV(B) 313.9º 0.69% 0.47% -
XYZ 10.57 6.17 12.69 -
YUV 68.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 119 37 100 0 0.69 0.16 0.53 313.9 0.53 0.31
Hex 77 25 64 0 45 10 35 13A 35 1F
Octal 167 45 144 0 105 20 65 472 65 37
Binary 1110111 100101 1100100 0 1000101 10000 110101 100111010 110101 11111

Color Harmonies of #772564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772564

Black with #772564

Text Example


Text Example

White with #772564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772564; }

 p { color: rgb(119,37,100); }

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

background-color css

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

 a { background-color: rgb(119,37,100); }

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

border-color css

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

 span { border-color: rgb(119,37,100); }

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