Html Css Color HEX #771262 Palatinate Purple

📋 copy color: '#771262'

red 119 ◦ green 18 ◦ blue 98

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

Shades of Palatinate Purple #771262

Tints of Palatinate Purple #771262

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

 BLUE value IS 98 (38.67% from 255) = 41.7%

R = 50.64%
G = 7.66%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771262 (or 0x771262) is known color: Palatinate Purple. HEX triplet: 77, 12 and 62. RGB value is (119,18,98). Sum of RGB (Red+Green+Blue) = 119+18+98=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #771262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771262 is #88ED9D. Grayscale: #393939. Windows color (decimal): -8973726 or 6427255. OLE color: 6427255.

HSL color Cylindrical-coordinate representation of color #771262: hue angle of 312.48º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771262 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 98 -
CMYK 0 0.85 0.18 0.53
HSL 312.48º 0.74% 0.27% -
HSV(B) 312.48º 0.85% 0.47% -
XYZ 10.03 5.24 12.04 -
YUV 57.32 150.96 172 -
System Red Green Blue C M Y K H S L
Decimal 119 18 98 0 0.85 0.18 0.53 312.48 0.74 0.27
Hex 77 12 62 0 55 12 35 138 4A 1B
Octal 167 22 142 0 125 22 65 470 112 33
Binary 1110111 10010 1100010 0 1010101 10010 110101 100111000 1001010 11011

Color Harmonies of #771262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771262

Black with #771262

Text Example


Text Example

White with #771262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771262; }

 p { color: rgb(119,18,98); }

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

background-color css

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

 a { background-color: rgb(119,18,98); }

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

border-color css

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

 span { border-color: rgb(119,18,98); }

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