Html Css Color HEX #761560 Palatinate Purple

📋 copy color: '#761560'

red 118 ◦ green 21 ◦ blue 96

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

Shades of Palatinate Purple #761560

Tints of Palatinate Purple #761560

RGB

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

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

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

R = 50.21%
G = 8.94%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#761560 (or 0x761560) is known color: Palatinate Purple. HEX triplet: 76, 15 and 60. RGB value is (118,21,96). Sum of RGB (Red+Green+Blue) = 118+21+96=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #761560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761560 is #89EA9F. Grayscale: #3A3A3A. Windows color (decimal): -9038496 or 6296950. OLE color: 6296950.

HSL color Cylindrical-coordinate representation of color #761560: hue angle of 313.61º 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 #761560 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 21 96 -
CMYK 0 0.82 0.19 0.54
HSL 313.61º 0.7% 0.27% -
HSV(B) 313.61º 0.82% 0.46% -
XYZ 9.85 5.23 11.56 -
YUV 58.55 149.14 170.4 -
System Red Green Blue C M Y K H S L
Decimal 118 21 96 0 0.82 0.19 0.54 313.61 0.7 0.27
Hex 76 15 60 0 52 13 36 13A 46 1B
Octal 166 25 140 0 122 23 66 472 106 33
Binary 1110110 10101 1100000 0 1010010 10011 110110 100111010 1000110 11011

Color Harmonies of #761560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761560

Black with #761560

Text Example


Text Example

White with #761560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761560; }

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

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

background-color css

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

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

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

border-color css

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

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

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