Html Css Color HEX #76057F Purple

📋 copy color: '#76057F'

red 118 ◦ green 5 ◦ blue 127

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

Shades of Purple #76057F

Tints of Purple #76057F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 50.8%

R = 47.2%
G = 2%
B = 50.8%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76057F (or 0x76057F) is known color: Purple. HEX triplet: 76, 05 and 7F. RGB value is (118,5,127). Sum of RGB (Red+Green+Blue) = 118+5+127=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #76057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76057F is #89FA80. Grayscale: #343434. Windows color (decimal): -9042561 or 8324470. OLE color: 8324470.

HSL color Cylindrical-coordinate representation of color #76057F: hue angle of 295.57º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76057F is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 5 127 -
CMYK 0.07 0.96 0 0.50
HSL 295.57º 0.92% 0.26% -
HSV(B) 295.57º 0.96% 0.5% -
XYZ 11.36 5.49 20.54 -
YUV 52.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 118 5 127 0.07 0.96 0 0.50 295.57 0.92 0.26
Hex 76 5 7F 7 60 0 32 128 5C 1A
Octal 166 5 177 7 140 0 62 450 134 32
Binary 1110110 101 1111111 111 1100000 0 110010 100101000 1011100 11010

Color Harmonies of #76057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76057F

Black with #76057F

Text Example


Text Example

White with #76057F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76057F; }

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

 H1.HeaderClassName
 {
   color: #76057F;
 }
 .AnyTagClassName
 {
   color: #76057F;
 }
</style>

background-color css

<style>
 a { background-color: #76057F; }

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

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

border-color css

<style>
 span { border-color: #76057F; }

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

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