Html Css Color HEX #77215E Palatinate Purple

📋 copy color: '#77215E'

red 119 ◦ green 33 ◦ blue 94

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

Shades of Palatinate Purple #77215E

Tints of Palatinate Purple #77215E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

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

R = 48.37%
G = 13.41%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#77215E (or 0x77215E) is known color: Palatinate Purple. HEX triplet: 77, 21 and 5E. RGB value is (119,33,94). Sum of RGB (Red+Green+Blue) = 119+33+94=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77215E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77215E is #88DEA1. Grayscale: #414141. Windows color (decimal): -8969890 or 6168951. OLE color: 6168951.

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

Color convert

RGB 119 33 94 -
CMYK 0 0.72 0.21 0.53
HSL 317.44º 0.57% 0.3% -
HSV(B) 317.44º 0.72% 0.47% -
XYZ 10.17 5.82 11.18 -
YUV 65.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 119 33 94 0 0.72 0.21 0.53 317.44 0.57 0.3
Hex 77 21 5E 0 48 15 35 13D 39 1E
Octal 167 41 136 0 110 25 65 475 71 36
Binary 1110111 100001 1011110 0 1001000 10101 110101 100111101 111001 11110

Color Harmonies of #77215E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77215E

Black with #77215E

Text Example


Text Example

White with #77215E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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