Html Css Color HEX #761860 Palatinate Purple

📋 copy color: '#761860'

red 118 ◦ green 24 ◦ blue 96

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

Shades of Palatinate Purple #761860

Tints of Palatinate Purple #761860

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 49.58%
G = 10.08%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#761860 (or 0x761860) is known color: Palatinate Purple. HEX triplet: 76, 18 and 60. RGB value is (118,24,96). Sum of RGB (Red+Green+Blue) = 118+24+96=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #761860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761860 is #89E79F. Grayscale: #3C3C3C. Windows color (decimal): -9037728 or 6297718. OLE color: 6297718.

HSL color Cylindrical-coordinate representation of color #761860: hue angle of 314.04º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #761860 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 96 -
CMYK 0 0.80 0.19 0.54
HSL 314.04º 0.66% 0.28% -
HSV(B) 314.04º 0.8% 0.46% -
XYZ 9.91 5.35 11.58 -
YUV 60.31 148.14 169.15 -
System Red Green Blue C M Y K H S L
Decimal 118 24 96 0 0.80 0.19 0.54 314.04 0.66 0.28
Hex 76 18 60 0 50 13 36 13A 42 1C
Octal 166 30 140 0 120 23 66 472 102 34
Binary 1110110 11000 1100000 0 1010000 10011 110110 100111010 1000010 11100

Color Harmonies of #761860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761860

Black with #761860

Text Example


Text Example

White with #761860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761860; }

 p { color: rgb(118,24,96); }

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

background-color css

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

 a { background-color: rgb(118,24,96); }

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

border-color css

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

 span { border-color: rgb(118,24,96); }

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