Html Css Color HEX #76046D Purple

📋 copy color: '#76046D'

red 118 ◦ green 4 ◦ blue 109

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

Shades of Purple #76046D

Tints of Purple #76046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 47.19%

R = 51.08%
G = 1.73%
B = 47.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76046D (or 0x76046D) is known color: Purple. HEX triplet: 76, 04 and 6D. RGB value is (118,4,109). Sum of RGB (Red+Green+Blue) = 118+4+109=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 109 (42.97% from 255 or 47.19% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76046D is #89FB92. Grayscale: #313131. Windows color (decimal): -9042835 or 7144566. OLE color: 7144566.

HSL color Cylindrical-coordinate representation of color #76046D: hue angle of 304.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #76046D is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 109 -
CMYK 0 0.97 0.08 0.54
HSL 304.74º 0.93% 0.24% -
HSV(B) 304.74º 0.97% 0.46% -
XYZ 10.27 5.04 14.9 -
YUV 50.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 118 4 109 0 0.97 0.08 0.54 304.74 0.93 0.24
Hex 76 4 6D 0 61 8 36 131 5D 18
Octal 166 4 155 0 141 10 66 461 135 30
Binary 1110110 100 1101101 0 1100001 1000 110110 100110001 1011101 11000

Color Harmonies of #76046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76046D

Black with #76046D

Text Example


Text Example

White with #76046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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