Html Css Color HEX #76036A Purple

📋 copy color: '#76036A'

red 118 ◦ green 3 ◦ blue 106

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

Shades of Purple #76036A

Tints of Purple #76036A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.32%

 BLUE value IS 106 (41.8% from 255) = 46.7%

R = 51.98%
G = 1.32%
B = 46.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76036A (or 0x76036A) is known color: Purple. HEX triplet: 76, 03 and 6A. RGB value is (118,3,106). Sum of RGB (Red+Green+Blue) = 118+3+106=227 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.98% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 118 - color contains mainly: red. Hex color #76036A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76036A is #89FC95. Grayscale: #303030. Windows color (decimal): -9043094 or 6947702. OLE color: 6947702.

HSL color Cylindrical-coordinate representation of color #76036A: hue angle of 306.26º degrees, saturation: 0.95, 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 #76036A is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 3 106 -
CMYK 0 0.97 0.10 0.54
HSL 306.26º 0.95% 0.24% -
HSV(B) 306.26º 0.97% 0.46% -
XYZ 10.11 4.96 14.06 -
YUV 49.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 118 3 106 0 0.97 0.10 0.54 306.26 0.95 0.24
Hex 76 3 6A 0 61 A 36 132 5F 18
Octal 166 3 152 0 141 12 66 462 137 30
Binary 1110110 11 1101010 0 1100001 1010 110110 100110010 1011111 11000

Color Harmonies of #76036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76036A

Black with #76036A

Text Example


Text Example

White with #76036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76036A; }

 p { color: rgb(118,3,106); }

 H1.HeaderClassName
 {
   color: #76036A;
 }
 .AnyTagClassName
 {
   color: #76036A;
 }
</style>

background-color css

<style>
 a { background-color: #76036A; }

 a { background-color: rgb(118,3,106); }

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

border-color css

<style>
 span { border-color: #76036A; }

 span { border-color: rgb(118,3,106); }

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