Html Css Color HEX #76158E Purple

📋 copy color: '#76158E'

red 118 ◦ green 21 ◦ blue 142

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

Shades of Purple #76158E

Tints of Purple #76158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.53%

R = 41.99%
G = 7.47%
B = 50.53%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76158E (or 0x76158E) is known color: Purple. HEX triplet: 76, 15 and 8E. RGB value is (118,21,142). Sum of RGB (Red+Green+Blue) = 118+21+142=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #76158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76158E is #89EA71. Grayscale: #3F3F3F. Windows color (decimal): -9038450 or 9311606. OLE color: 9311606.

HSL color Cylindrical-coordinate representation of color #76158E: hue angle of 288.1º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76158E is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 21 142 -
CMYK 0.17 0.85 0 0.44
HSL 288.1º 0.74% 0.32% -
HSV(B) 288.1º 0.85% 0.56% -
XYZ 12.62 6.34 26.15 -
YUV 63.8 172.14 166.66 -
System Red Green Blue C M Y K H S L
Decimal 118 21 142 0.17 0.85 0 0.44 288.1 0.74 0.32
Hex 76 15 8E 11 55 0 2C 120 4A 20
Octal 166 25 216 21 125 0 54 440 112 40
Binary 1110110 10101 10001110 10001 1010101 0 101100 100100000 1001010 100000

Color Harmonies of #76158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76158E

Black with #76158E

Text Example


Text Example

White with #76158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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