Html Css Color HEX #77286B Palatinate Purple

📋 copy color: '#77286B'

red 119 ◦ green 40 ◦ blue 107

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

Shades of Palatinate Purple #77286B

Tints of Palatinate Purple #77286B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.23%

R = 44.74%
G = 15.04%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.53

RGB Variations

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

Color information

#77286B (or 0x77286B) is known color: Palatinate Purple. HEX triplet: 77, 28 and 6B. RGB value is (119,40,107). Sum of RGB (Red+Green+Blue) = 119+40+107=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #77286B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77286B is #88D794. Grayscale: #474747. Windows color (decimal): -8968085 or 7022711. OLE color: 7022711.

HSL color Cylindrical-coordinate representation of color #77286B: hue angle of 309.11º 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 #77286B is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 40 107 -
CMYK 0 0.66 0.10 0.53
HSL 309.11º 0.5% 0.31% -
HSV(B) 309.11º 0.66% 0.47% -
XYZ 11.02 6.5 14.58 -
YUV 71.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 119 40 107 0 0.66 0.10 0.53 309.11 0.5 0.31
Hex 77 28 6B 0 42 A 35 135 32 1F
Octal 167 50 153 0 102 12 65 465 62 37
Binary 1110111 101000 1101011 0 1000010 1010 110101 100110101 110010 11111

Color Harmonies of #77286B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77286B

Black with #77286B

Text Example


Text Example

White with #77286B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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