Html Css Color HEX #77245E Palatinate Purple

📋 copy color: '#77245E'

red 119 ◦ green 36 ◦ blue 94

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

Shades of Palatinate Purple #77245E

Tints of Palatinate Purple #77245E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

 BLUE value IS 94 (37.11% from 255) = 37.75%

R = 47.79%
G = 14.46%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77245E (or 0x77245E) is known color: Palatinate Purple. HEX triplet: 77, 24 and 5E. RGB value is (119,36,94). Sum of RGB (Red+Green+Blue) = 119+36+94=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 94 (37.11% from 255 or 37.75% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #77245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77245E is #88DBA1. Grayscale: #434343. Windows color (decimal): -8969122 or 6169719. OLE color: 6169719.

HSL color Cylindrical-coordinate representation of color #77245E: hue angle of 318.07º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #77245E is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 94 -
CMYK 0 0.70 0.21 0.53
HSL 318.07º 0.54% 0.3% -
HSV(B) 318.07º 0.7% 0.47% -
XYZ 10.26 5.99 11.21 -
YUV 67.43 143 164.78 -
System Red Green Blue C M Y K H S L
Decimal 119 36 94 0 0.70 0.21 0.53 318.07 0.54 0.3
Hex 77 24 5E 0 46 15 35 13E 36 1E
Octal 167 44 136 0 106 25 65 476 66 36
Binary 1110111 100100 1011110 0 1000110 10101 110101 100111110 110110 11110

Color Harmonies of #77245E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77245E

Black with #77245E

Text Example


Text Example

White with #77245E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77245E; }

 p { color: rgb(119,36,94); }

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

background-color css

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

 a { background-color: rgb(119,36,94); }

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

border-color css

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

 span { border-color: rgb(119,36,94); }

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