Html Css Color HEX #76157F Purple

📋 copy color: '#76157F'

red 118 ◦ green 21 ◦ blue 127

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

Shades of Purple #76157F

Tints of Purple #76157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 44.36%
G = 7.89%
B = 47.74%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76157F (or 0x76157F) is known color: Purple. HEX triplet: 76, 15 and 7F. RGB value is (118,21,127). Sum of RGB (Red+Green+Blue) = 118+21+127=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #76157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76157F is #89EA80. Grayscale: #3D3D3D. Windows color (decimal): -9038465 or 8328566. OLE color: 8328566.

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

Color convert

RGB 118 21 127 -
CMYK 0.07 0.83 0 0.50
HSL 294.91º 0.72% 0.29% -
HSV(B) 294.91º 0.83% 0.5% -
XYZ 11.57 5.92 20.61 -
YUV 62.09 164.64 167.88 -
System Red Green Blue C M Y K H S L
Decimal 118 21 127 0.07 0.83 0 0.50 294.91 0.72 0.29
Hex 76 15 7F 7 53 0 32 127 48 1D
Octal 166 25 177 7 123 0 62 447 110 35
Binary 1110110 10101 1111111 111 1010011 0 110010 100100111 1001000 11101

Color Harmonies of #76157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76157F

Black with #76157F

Text Example


Text Example

White with #76157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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