Html Css Color HEX #76088E Purple

📋 copy color: '#76088E'

red 118 ◦ green 8 ◦ blue 142

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

Shades of Purple #76088E

Tints of Purple #76088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.99%

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

R = 44.03%
G = 2.99%
B = 52.99%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76088E (or 0x76088E) is known color: Purple. HEX triplet: 76, 08 and 8E. RGB value is (118,8,142). Sum of RGB (Red+Green+Blue) = 118+8+142=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 142 (55.86% from 255 or 52.99% from 268); Max value from RGB is 142 - color contains mainly: blue. Hex color #76088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76088E is #89F771. Grayscale: #373737. Windows color (decimal): -9041778 or 9308278. OLE color: 9308278.

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

Color convert

RGB 118 8 142 -
CMYK 0.17 0.94 0 0.44
HSL 289.25º 0.89% 0.29% -
HSV(B) 289.25º 0.94% 0.56% -
XYZ 12.44 5.98 26.09 -
YUV 56.17 176.44 172.1 -
System Red Green Blue C M Y K H S L
Decimal 118 8 142 0.17 0.94 0 0.44 289.25 0.89 0.29
Hex 76 8 8E 11 5E 0 2C 121 59 1D
Octal 166 10 216 21 136 0 54 441 131 35
Binary 1110110 1000 10001110 10001 1011110 0 101100 100100001 1011001 11101

Color Harmonies of #76088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76088E

Black with #76088E

Text Example


Text Example

White with #76088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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