Html Css Color HEX #77215A Palatinate Purple

📋 copy color: '#77215A'

red 119 ◦ green 33 ◦ blue 90

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

Shades of Palatinate Purple #77215A

Tints of Palatinate Purple #77215A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 37.19%

R = 49.17%
G = 13.64%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#77215A (or 0x77215A) is known color: Palatinate Purple. HEX triplet: 77, 21 and 5A. RGB value is (119,33,90). Sum of RGB (Red+Green+Blue) = 119+33+90=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #77215A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77215A is #88DEA5. Grayscale: #414141. Windows color (decimal): -8969894 or 5906807. OLE color: 5906807.

HSL color Cylindrical-coordinate representation of color #77215A: hue angle of 320.23º 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 #77215A is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 33 90 -
CMYK 0 0.72 0.24 0.53
HSL 320.23º 0.57% 0.3% -
HSV(B) 320.23º 0.72% 0.47% -
XYZ 10 5.75 10.26 -
YUV 65.21 141.99 166.37 -
System Red Green Blue C M Y K H S L
Decimal 119 33 90 0 0.72 0.24 0.53 320.23 0.57 0.3
Hex 77 21 5A 0 48 18 35 140 39 1E
Octal 167 41 132 0 110 30 65 500 71 36
Binary 1110111 100001 1011010 0 1001000 11000 110101 101000000 111001 11110

Color Harmonies of #77215A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77215A

Black with #77215A

Text Example


Text Example

White with #77215A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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