Html Css Color HEX #76046E Purple

📋 copy color: '#76046E'

red 118 ◦ green 4 ◦ blue 110

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

Shades of Purple #76046E

Tints of Purple #76046E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 50.86%
G = 1.72%
B = 47.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#76046E (or 0x76046E) is known color: Purple. HEX triplet: 76, 04 and 6E. RGB value is (118,4,110). Sum of RGB (Red+Green+Blue) = 118+4+110=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 4 (1.95% from 255 or 1.72% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76046E is #89FB91. Grayscale: #313131. Windows color (decimal): -9042834 or 7210102. OLE color: 7210102.

HSL color Cylindrical-coordinate representation of color #76046E: hue angle of 304.21º 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 #76046E is Cyan = 0, Magento = 0.97, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 4 110 -
CMYK 0 0.97 0.07 0.54
HSL 304.21º 0.93% 0.24% -
HSV(B) 304.21º 0.97% 0.46% -
XYZ 10.33 5.06 15.18 -
YUV 50.17 161.77 176.38 -
System Red Green Blue C M Y K H S L
Decimal 118 4 110 0 0.97 0.07 0.54 304.21 0.93 0.24
Hex 76 4 6E 0 61 7 36 130 5D 18
Octal 166 4 156 0 141 7 66 460 135 30
Binary 1110110 100 1101110 0 1100001 111 110110 100110000 1011101 11000

Color Harmonies of #76046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76046E

Black with #76046E

Text Example


Text Example

White with #76046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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