Html Css Color HEX #760C60 Palatinate Purple

📋 copy color: '#760C60'

red 118 ◦ green 12 ◦ blue 96

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

Shades of Palatinate Purple #760C60

Tints of Palatinate Purple #760C60

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.31%

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

R = 52.21%
G = 5.31%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#760C60 (or 0x760C60) is known color: Palatinate Purple. HEX triplet: 76, 0C and 60. RGB value is (118,12,96). Sum of RGB (Red+Green+Blue) = 118+12+96=226 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.21% from 226); Green value is 12 (5.08% from 255 or 5.31% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 118 - color contains mainly: red. Hex color #760C60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C60 is #89F39F. Grayscale: #353535. Windows color (decimal): -9040800 or 6294646. OLE color: 6294646.

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

Color convert

RGB 118 12 96 -
CMYK 0 0.90 0.19 0.54
HSL 312.45º 0.82% 0.25% -
HSV(B) 312.45º 0.9% 0.46% -
XYZ 9.71 4.96 11.51 -
YUV 53.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 118 12 96 0 0.90 0.19 0.54 312.45 0.82 0.25
Hex 76 C 60 0 5A 13 36 138 52 19
Octal 166 14 140 0 132 23 66 470 122 31
Binary 1110110 1100 1100000 0 1011010 10011 110110 100111000 1010010 11001

Color Harmonies of #760C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C60

Black with #760C60

Text Example


Text Example

White with #760C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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