Html Css Color HEX #76047F Purple

📋 copy color: '#76047F'

red 118 ◦ green 4 ◦ blue 127

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

Shades of Purple #76047F

Tints of Purple #76047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 47.39%
G = 1.61%
B = 51%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76047F (or 0x76047F) is known color: Purple. HEX triplet: 76, 04 and 7F. RGB value is (118,4,127). Sum of RGB (Red+Green+Blue) = 118+4+127=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #76047F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76047F is #89FB80. Grayscale: #333333. Windows color (decimal): -9042817 or 8324214. OLE color: 8324214.

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

Color convert

RGB 118 4 127 -
CMYK 0.07 0.97 0 0.50
HSL 295.61º 0.94% 0.26% -
HSV(B) 295.61º 0.97% 0.5% -
XYZ 11.35 5.47 20.54 -
YUV 52.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 118 4 127 0.07 0.97 0 0.50 295.61 0.94 0.26
Hex 76 4 7F 7 61 0 32 128 5E 1A
Octal 166 4 177 7 141 0 62 450 136 32
Binary 1110110 100 1111111 111 1100001 0 110010 100101000 1011110 11010

Color Harmonies of #76047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76047F

Black with #76047F

Text Example


Text Example

White with #76047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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