Html Css Color HEX #761562 Palatinate Purple

📋 copy color: '#761562'

red 118 ◦ green 21 ◦ blue 98

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

Shades of Palatinate Purple #761562

Tints of Palatinate Purple #761562

RGB

 RED value IS 118 (46.48% from 255) = 49.79%

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

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

R = 49.79%
G = 8.86%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#761562 (or 0x761562) is known color: Palatinate Purple. HEX triplet: 76, 15 and 62. RGB value is (118,21,98). Sum of RGB (Red+Green+Blue) = 118+21+98=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #761562 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761562 is #89EA9D. Grayscale: #3A3A3A. Windows color (decimal): -9038494 or 6428022. OLE color: 6428022.

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

Color convert

RGB 118 21 98 -
CMYK 0 0.82 0.17 0.54
HSL 312.37º 0.7% 0.27% -
HSV(B) 312.37º 0.82% 0.46% -
XYZ 9.94 5.27 12.05 -
YUV 58.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 118 21 98 0 0.82 0.17 0.54 312.37 0.7 0.27
Hex 76 15 62 0 52 11 36 138 46 1B
Octal 166 25 142 0 122 21 66 470 106 33
Binary 1110110 10101 1100010 0 1010010 10001 110110 100111000 1000110 11011

Color Harmonies of #761562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761562

Black with #761562

Text Example


Text Example

White with #761562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761562; }

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

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

background-color css

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

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

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

border-color css

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

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

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