Html Css Color HEX #77286E Palatinate Purple

📋 copy color: '#77286E'

red 119 ◦ green 40 ◦ blue 110

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

Shades of Palatinate Purple #77286E

Tints of Palatinate Purple #77286E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 44.24%
G = 14.87%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#77286E (or 0x77286E) is known color: Palatinate Purple. HEX triplet: 77, 28 and 6E. RGB value is (119,40,110). Sum of RGB (Red+Green+Blue) = 119+40+110=269 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.24% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 119 - color contains mainly: red. Hex color #77286E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286E is #88D791. Grayscale: #474747. Windows color (decimal): -8968082 or 7219319. OLE color: 7219319.

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

Color convert

RGB 119 40 110 -
CMYK 0 0.66 0.08 0.53
HSL 306.84º 0.5% 0.31% -
HSV(B) 306.84º 0.66% 0.47% -
XYZ 11.18 6.57 15.43 -
YUV 71.6 149.67 161.81 -
System Red Green Blue C M Y K H S L
Decimal 119 40 110 0 0.66 0.08 0.53 306.84 0.5 0.31
Hex 77 28 6E 0 42 8 35 133 32 1F
Octal 167 50 156 0 102 10 65 463 62 37
Binary 1110111 101000 1101110 0 1000010 1000 110101 100110011 110010 11111

Color Harmonies of #77286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77286E

Black with #77286E

Text Example


Text Example

White with #77286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,40,110); }

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

background-color css

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

 a { background-color: rgb(119,40,110); }

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

border-color css

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

 span { border-color: rgb(119,40,110); }

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