Html Css Color HEX #76155C Palatinate Purple

📋 copy color: '#76155C'

red 118 ◦ green 21 ◦ blue 92

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

Shades of Palatinate Purple #76155C

Tints of Palatinate Purple #76155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.83%

R = 51.08%
G = 9.09%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76155C (or 0x76155C) is known color: Palatinate Purple. HEX triplet: 76, 15 and 5C. RGB value is (118,21,92). Sum of RGB (Red+Green+Blue) = 118+21+92=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76155C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76155C is #89EAA3. Grayscale: #393939. Windows color (decimal): -9038500 or 6034806. OLE color: 6034806.

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

Color convert

RGB 118 21 92 -
CMYK 0 0.82 0.22 0.54
HSL 316.08º 0.7% 0.27% -
HSV(B) 316.08º 0.82% 0.46% -
XYZ 9.67 5.16 10.61 -
YUV 58.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 118 21 92 0 0.82 0.22 0.54 316.08 0.7 0.27
Hex 76 15 5C 0 52 16 36 13C 46 1B
Octal 166 25 134 0 122 26 66 474 106 33
Binary 1110110 10101 1011100 0 1010010 10110 110110 100111100 1000110 11011

Color Harmonies of #76155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76155C

Black with #76155C

Text Example


Text Example

White with #76155C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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