Html Css Color HEX #761A60 Palatinate Purple

📋 copy color: '#761A60'

red 118 ◦ green 26 ◦ blue 96

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

Shades of Palatinate Purple #761A60

Tints of Palatinate Purple #761A60

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.83%

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

R = 49.17%
G = 10.83%
B = 40%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#761A60 (or 0x761A60) is known color: Palatinate Purple. HEX triplet: 76, 1A and 60. RGB value is (118,26,96). Sum of RGB (Red+Green+Blue) = 118+26+96=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 26 (10.55% from 255 or 10.83% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #761A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A60 is #89E59F. Grayscale: #3D3D3D. Windows color (decimal): -9037216 or 6298230. OLE color: 6298230.

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

Color convert

RGB 118 26 96 -
CMYK 0 0.78 0.19 0.54
HSL 314.35º 0.64% 0.28% -
HSV(B) 314.35º 0.78% 0.46% -
XYZ 9.95 5.43 11.59 -
YUV 61.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 118 26 96 0 0.78 0.19 0.54 314.35 0.64 0.28
Hex 76 1A 60 0 4E 13 36 13A 40 1C
Octal 166 32 140 0 116 23 66 472 100 34
Binary 1110110 11010 1100000 0 1001110 10011 110110 100111010 1000000 11100

Color Harmonies of #761A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A60

Black with #761A60

Text Example


Text Example

White with #761A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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