Html Css Color HEX #76046B Purple

📋 copy color: '#76046B'

red 118 ◦ green 4 ◦ blue 107

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

Shades of Purple #76046B

Tints of Purple #76046B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.72%

R = 51.53%
G = 1.75%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76046B (or 0x76046B) is known color: Purple. HEX triplet: 76, 04 and 6B. RGB value is (118,4,107). Sum of RGB (Red+Green+Blue) = 118+4+107=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76046B is #89FB94. Grayscale: #313131. Windows color (decimal): -9042837 or 7013494. OLE color: 7013494.

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

Color convert

RGB 118 4 107 -
CMYK 0 0.97 0.09 0.54
HSL 305.79º 0.93% 0.24% -
HSV(B) 305.79º 0.97% 0.46% -
XYZ 10.17 5 14.34 -
YUV 49.83 160.27 176.62 -
System Red Green Blue C M Y K H S L
Decimal 118 4 107 0 0.97 0.09 0.54 305.79 0.93 0.24
Hex 76 4 6B 0 61 9 36 132 5D 18
Octal 166 4 153 0 141 11 66 462 135 30
Binary 1110110 100 1101011 0 1100001 1001 110110 100110010 1011101 11000

Color Harmonies of #76046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76046B

Black with #76046B

Text Example


Text Example

White with #76046B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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