Html Css Color HEX #76185E Palatinate Purple

📋 copy color: '#76185E'

red 118 ◦ green 24 ◦ blue 94

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

Shades of Palatinate Purple #76185E

Tints of Palatinate Purple #76185E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 50%
G = 10.17%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76185E (or 0x76185E) is known color: Palatinate Purple. HEX triplet: 76, 18 and 5E. RGB value is (118,24,94). Sum of RGB (Red+Green+Blue) = 118+24+94=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #76185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76185E is #89E7A1. Grayscale: #3B3B3B. Windows color (decimal): -9037730 or 6166646. OLE color: 6166646.

HSL color Cylindrical-coordinate representation of color #76185E: hue angle of 315.32º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76185E is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 24 94 -
CMYK 0 0.80 0.20 0.54
HSL 315.32º 0.66% 0.28% -
HSV(B) 315.32º 0.8% 0.46% -
XYZ 9.82 5.31 11.1 -
YUV 60.09 147.14 169.31 -
System Red Green Blue C M Y K H S L
Decimal 118 24 94 0 0.80 0.20 0.54 315.32 0.66 0.28
Hex 76 18 5E 0 50 14 36 13B 42 1C
Octal 166 30 136 0 120 24 66 473 102 34
Binary 1110110 11000 1011110 0 1010000 10100 110110 100111011 1000010 11100

Color Harmonies of #76185E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76185E

Black with #76185E

Text Example


Text Example

White with #76185E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76185E; }

 p { color: rgb(118,24,94); }

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

background-color css

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

 a { background-color: rgb(118,24,94); }

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

border-color css

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

 span { border-color: rgb(118,24,94); }

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