Html Css Color HEX #76147D Purple

📋 copy color: '#76147D'

red 118 ◦ green 20 ◦ blue 125

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

Shades of Purple #76147D

Tints of Purple #76147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 44.87%
G = 7.6%
B = 47.53%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76147D (or 0x76147D) is known color: Purple. HEX triplet: 76, 14 and 7D. RGB value is (118,20,125). Sum of RGB (Red+Green+Blue) = 118+20+125=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #76147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76147D is #89EB82. Grayscale: #3C3C3C. Windows color (decimal): -9038723 or 8197238. OLE color: 8197238.

HSL color Cylindrical-coordinate representation of color #76147D: hue angle of 296º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76147D is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 20 125 -
CMYK 0.06 0.84 0 0.51
HSL 296º 0.72% 0.28% -
HSV(B) 296º 0.84% 0.49% -
XYZ 11.42 5.83 19.93 -
YUV 61.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 118 20 125 0.06 0.84 0 0.51 296 0.72 0.28
Hex 76 14 7D 6 54 0 33 128 48 1C
Octal 166 24 175 6 124 0 63 450 110 34
Binary 1110110 10100 1111101 110 1010100 0 110011 100101000 1001000 11100

Color Harmonies of #76147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76147D

Black with #76147D

Text Example


Text Example

White with #76147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,20,125); }

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

background-color css

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

 a { background-color: rgb(118,20,125); }

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

border-color css

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

 span { border-color: rgb(118,20,125); }

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