Html Css Color HEX #76058E Purple

📋 copy color: '#76058E'

red 118 ◦ green 5 ◦ blue 142

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

Shades of Purple #76058E

Tints of Purple #76058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 44.53%
G = 1.89%
B = 53.58%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76058E (or 0x76058E) is known color: Purple. HEX triplet: 76, 05 and 8E. RGB value is (118,5,142). Sum of RGB (Red+Green+Blue) = 118+5+142=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 142 (55.86% from 255 or 53.58% from 265); Max value from RGB is 142 - color contains mainly: blue. Hex color #76058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76058E is #89FA71. Grayscale: #353535. Windows color (decimal): -9042546 or 9307510. OLE color: 9307510.

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

Color convert

RGB 118 5 142 -
CMYK 0.17 0.96 0 0.44
HSL 289.49º 0.93% 0.29% -
HSV(B) 289.49º 0.96% 0.56% -
XYZ 12.41 5.91 26.08 -
YUV 54.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 118 5 142 0.17 0.96 0 0.44 289.49 0.93 0.29
Hex 76 5 8E 11 60 0 2C 121 5D 1D
Octal 166 5 216 21 140 0 54 441 135 35
Binary 1110110 101 10001110 10001 1100000 0 101100 100100001 1011101 11101

Color Harmonies of #76058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76058E

Black with #76058E

Text Example


Text Example

White with #76058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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