Html Css Color HEX #76155B Palatinate Purple

📋 copy color: '#76155B'

red 118 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #76155B

Tints of Palatinate Purple #76155B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 39.57%

R = 51.3%
G = 9.13%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#76155B (or 0x76155B) is known color: Palatinate Purple. HEX triplet: 76, 15 and 5B. RGB value is (118,21,91). Sum of RGB (Red+Green+Blue) = 118+21+91=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76155B is #89EAA4. Grayscale: #393939. Windows color (decimal): -9038501 or 5969270. OLE color: 5969270.

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

Color convert

RGB 118 21 91 -
CMYK 0 0.82 0.23 0.54
HSL 316.7º 0.7% 0.27% -
HSV(B) 316.7º 0.82% 0.46% -
XYZ 9.63 5.14 10.38 -
YUV 57.98 146.64 170.81 -
System Red Green Blue C M Y K H S L
Decimal 118 21 91 0 0.82 0.23 0.54 316.7 0.7 0.27
Hex 76 15 5B 0 52 17 36 13D 46 1B
Octal 166 25 133 0 122 27 66 475 106 33
Binary 1110110 10101 1011011 0 1010010 10111 110110 100111101 1000110 11011

Color Harmonies of #76155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76155B

Black with #76155B

Text Example


Text Example

White with #76155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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