Html Css Color HEX #771562 Palatinate Purple

📋 copy color: '#771562'

red 119 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #771562

Tints of Palatinate Purple #771562

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 50%
G = 8.82%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#771562 (or 0x771562) is known color: Palatinate Purple. HEX triplet: 77, 15 and 62. RGB value is (119,21,98). Sum of RGB (Red+Green+Blue) = 119+21+98=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #771562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771562 is #88EA9D. Grayscale: #3A3A3A. Windows color (decimal): -8972958 or 6428023. OLE color: 6428023.

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

Color convert

RGB 119 21 98 -
CMYK 0 0.82 0.18 0.53
HSL 312.86º 0.7% 0.27% -
HSV(B) 312.86º 0.82% 0.47% -
XYZ 10.08 5.34 12.05 -
YUV 59.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 119 21 98 0 0.82 0.18 0.53 312.86 0.7 0.27
Hex 77 15 62 0 52 12 35 139 46 1B
Octal 167 25 142 0 122 22 65 471 106 33
Binary 1110111 10101 1100010 0 1010010 10010 110101 100111001 1000110 11011

Color Harmonies of #771562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771562

Black with #771562

Text Example


Text Example

White with #771562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771562; }

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

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

background-color css

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

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

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

border-color css

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

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

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