Html Css Color HEX #76058D Purple

📋 copy color: '#76058D'

red 118 ◦ green 5 ◦ blue 141

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

Shades of Purple #76058D

Tints of Purple #76058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 53.41%

R = 44.7%
G = 1.89%
B = 53.41%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76058D (or 0x76058D) is known color: Purple. HEX triplet: 76, 05 and 8D. RGB value is (118,5,141). Sum of RGB (Red+Green+Blue) = 118+5+141=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #76058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76058D is #89FA72. Grayscale: #353535. Windows color (decimal): -9042547 or 9241974. OLE color: 9241974.

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

Color convert

RGB 118 5 141 -
CMYK 0.16 0.96 0 0.45
HSL 289.85º 0.93% 0.29% -
HSV(B) 289.85º 0.96% 0.55% -
XYZ 12.33 5.88 25.68 -
YUV 54.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 118 5 141 0.16 0.96 0 0.45 289.85 0.93 0.29
Hex 76 5 8D 10 60 0 2D 122 5D 1D
Octal 166 5 215 20 140 0 55 442 135 35
Binary 1110110 101 10001101 10000 1100000 0 101101 100100010 1011101 11101

Color Harmonies of #76058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76058D

Black with #76058D

Text Example


Text Example

White with #76058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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