Html Css Color HEX #76056A Purple

📋 copy color: '#76056A'

red 118 ◦ green 5 ◦ blue 106

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

Shades of Purple #76056A

Tints of Purple #76056A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 46.29%

R = 51.53%
G = 2.18%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76056A (or 0x76056A) is known color: Purple. HEX triplet: 76, 05 and 6A. RGB value is (118,5,106). Sum of RGB (Red+Green+Blue) = 118+5+106=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76056A is #89FA95. Grayscale: #323232. Windows color (decimal): -9042582 or 6948214. OLE color: 6948214.

HSL color Cylindrical-coordinate representation of color #76056A: hue angle of 306.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #76056A is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 5 106 -
CMYK 0 0.96 0.10 0.54
HSL 306.37º 0.92% 0.24% -
HSV(B) 306.37º 0.96% 0.46% -
XYZ 10.13 5 14.07 -
YUV 50.3 159.44 176.29 -
System Red Green Blue C M Y K H S L
Decimal 118 5 106 0 0.96 0.10 0.54 306.37 0.92 0.24
Hex 76 5 6A 0 60 A 36 132 5C 18
Octal 166 5 152 0 140 12 66 462 134 30
Binary 1110110 101 1101010 0 1100000 1010 110110 100110010 1011100 11000

Color Harmonies of #76056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76056A

Black with #76056A

Text Example


Text Example

White with #76056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76056A; }

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

 H1.HeaderClassName
 {
   color: #76056A;
 }
 .AnyTagClassName
 {
   color: #76056A;
 }
</style>

background-color css

<style>
 a { background-color: #76056A; }

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

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

border-color css

<style>
 span { border-color: #76056A; }

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

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