Html Css Color HEX #761362 Palatinate Purple

📋 copy color: '#761362'

red 118 ◦ green 19 ◦ blue 98

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

Shades of Palatinate Purple #761362

Tints of Palatinate Purple #761362

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

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

R = 50.21%
G = 8.09%
B = 41.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#761362 (or 0x761362) is known color: Palatinate Purple. HEX triplet: 76, 13 and 62. RGB value is (118,19,98). Sum of RGB (Red+Green+Blue) = 118+19+98=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #761362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761362 is #89EC9D. Grayscale: #393939. Windows color (decimal): -9039006 or 6427510. OLE color: 6427510.

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

Color convert

RGB 118 19 98 -
CMYK 0 0.84 0.17 0.54
HSL 312.12º 0.72% 0.27% -
HSV(B) 312.12º 0.84% 0.46% -
XYZ 9.91 5.2 12.04 -
YUV 57.61 150.8 171.08 -
System Red Green Blue C M Y K H S L
Decimal 118 19 98 0 0.84 0.17 0.54 312.12 0.72 0.27
Hex 76 13 62 0 54 11 36 138 48 1B
Octal 166 23 142 0 124 21 66 470 110 33
Binary 1110110 10011 1100010 0 1010100 10001 110110 100111000 1001000 11011

Color Harmonies of #761362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761362

Black with #761362

Text Example


Text Example

White with #761362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761362; }

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

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

background-color css

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

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

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

border-color css

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

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

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