Html Css Color HEX #760B60 Palatinate Purple

📋 copy color: '#760B60'

red 118 ◦ green 11 ◦ blue 96

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

Shades of Palatinate Purple #760B60

Tints of Palatinate Purple #760B60

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.89%

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

R = 52.44%
G = 4.89%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760B60 (or 0x760B60) is known color: Palatinate Purple. HEX triplet: 76, 0B and 60. RGB value is (118,11,96). Sum of RGB (Red+Green+Blue) = 118+11+96=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760B60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760B60 is #89F49F. Grayscale: #343434. Windows color (decimal): -9041056 or 6294390. OLE color: 6294390.

HSL color Cylindrical-coordinate representation of color #760B60: hue angle of 312.34º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B60 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 11 96 -
CMYK 0 0.91 0.19 0.54
HSL 312.34º 0.83% 0.25% -
HSV(B) 312.34º 0.91% 0.46% -
XYZ 9.7 4.94 11.51 -
YUV 52.68 152.45 174.59 -
System Red Green Blue C M Y K H S L
Decimal 118 11 96 0 0.91 0.19 0.54 312.34 0.83 0.25
Hex 76 B 60 0 5B 13 36 138 53 19
Octal 166 13 140 0 133 23 66 470 123 31
Binary 1110110 1011 1100000 0 1011011 10011 110110 100111000 1010011 11001

Color Harmonies of #760B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760B60

Black with #760B60

Text Example


Text Example

White with #760B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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