Html Css Color HEX #76155E Palatinate Purple

📋 copy color: '#76155E'

red 118 ◦ green 21 ◦ blue 94

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

Shades of Palatinate Purple #76155E

Tints of Palatinate Purple #76155E

RGB

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

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

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

R = 50.64%
G = 9.01%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76155E (or 0x76155E) is known color: Palatinate Purple. HEX triplet: 76, 15 and 5E. RGB value is (118,21,94). Sum of RGB (Red+Green+Blue) = 118+21+94=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76155E is #89EAA1. Grayscale: #3A3A3A. Windows color (decimal): -9038498 or 6165878. OLE color: 6165878.

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

Color convert

RGB 118 21 94 -
CMYK 0 0.82 0.20 0.54
HSL 314.85º 0.7% 0.27% -
HSV(B) 314.85º 0.82% 0.46% -
XYZ 9.76 5.2 11.08 -
YUV 58.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 118 21 94 0 0.82 0.20 0.54 314.85 0.7 0.27
Hex 76 15 5E 0 52 14 36 13B 46 1B
Octal 166 25 136 0 122 24 66 473 106 33
Binary 1110110 10101 1011110 0 1010010 10100 110110 100111011 1000110 11011

Color Harmonies of #76155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76155E

Black with #76155E

Text Example


Text Example

White with #76155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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