Html Css Color HEX #760C59 Palatinate Purple

📋 copy color: '#760C59'

red 118 ◦ green 12 ◦ blue 89

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

Shades of Palatinate Purple #760C59

Tints of Palatinate Purple #760C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.64%

R = 53.88%
G = 5.48%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#760C59 (or 0x760C59) is known color: Palatinate Purple. HEX triplet: 76, 0C and 59. RGB value is (118,12,89). Sum of RGB (Red+Green+Blue) = 118+12+89=219 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.88% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 89 (35.16% from 255 or 40.64% from 219); Max value from RGB is 118 - color contains mainly: red. Hex color #760C59 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760C59 is #89F3A6. Grayscale: #343434. Windows color (decimal): -9040807 or 5835894. OLE color: 5835894.

HSL color Cylindrical-coordinate representation of color #760C59: hue angle of 316.42º 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 #760C59 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 89 -
CMYK 0 0.90 0.25 0.54
HSL 316.42º 0.82% 0.25% -
HSV(B) 316.42º 0.9% 0.46% -
XYZ 9.41 4.84 9.89 -
YUV 52.47 148.62 174.74 -
System Red Green Blue C M Y K H S L
Decimal 118 12 89 0 0.90 0.25 0.54 316.42 0.82 0.25
Hex 76 C 59 0 5A 19 36 13C 52 19
Octal 166 14 131 0 132 31 66 474 122 31
Binary 1110110 1100 1011001 0 1011010 11001 110110 100111100 1010010 11001

Color Harmonies of #760C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C59

Black with #760C59

Text Example


Text Example

White with #760C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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