Html Css Color HEX #77245C Palatinate Purple

📋 copy color: '#77245C'

red 119 ◦ green 36 ◦ blue 92

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

Shades of Palatinate Purple #77245C

Tints of Palatinate Purple #77245C

RGB

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

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

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

R = 48.18%
G = 14.57%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#77245C (or 0x77245C) is known color: Palatinate Purple. HEX triplet: 77, 24 and 5C. RGB value is (119,36,92). Sum of RGB (Red+Green+Blue) = 119+36+92=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 92 (36.33% from 255 or 37.25% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77245C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77245C is #88DBA3. Grayscale: #434343. Windows color (decimal): -8969124 or 6038647. OLE color: 6038647.

HSL color Cylindrical-coordinate representation of color #77245C: hue angle of 319.52º 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 #77245C is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 36 92 -
CMYK 0 0.70 0.23 0.53
HSL 319.52º 0.54% 0.3% -
HSV(B) 319.52º 0.7% 0.47% -
XYZ 10.17 5.96 10.74 -
YUV 67.2 142 164.95 -
System Red Green Blue C M Y K H S L
Decimal 119 36 92 0 0.70 0.23 0.53 319.52 0.54 0.3
Hex 77 24 5C 0 46 17 35 140 36 1E
Octal 167 44 134 0 106 27 65 500 66 36
Binary 1110111 100100 1011100 0 1000110 10111 110101 101000000 110110 11110

Color Harmonies of #77245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77245C

Black with #77245C

Text Example


Text Example

White with #77245C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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