Html Css Color HEX #76036C Purple

📋 copy color: '#76036C'

red 118 ◦ green 3 ◦ blue 108

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

Shades of Purple #76036C

Tints of Purple #76036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 47.16%

R = 51.53%
G = 1.31%
B = 47.16%

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

#76036C (or 0x76036C) is known color: Purple. HEX triplet: 76, 03 and 6C. RGB value is (118,3,108). Sum of RGB (Red+Green+Blue) = 118+3+108=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76036C is #89FC93. Grayscale: #313131. Windows color (decimal): -9043092 or 7078774. OLE color: 7078774.

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

Color convert

RGB 118 3 108 -
CMYK 0 0.97 0.08 0.54
HSL 305.22º 0.95% 0.24% -
HSV(B) 305.22º 0.97% 0.46% -
XYZ 10.21 5 14.61 -
YUV 49.36 161.1 176.96 -
System Red Green Blue C M Y K H S L
Decimal 118 3 108 0 0.97 0.08 0.54 305.22 0.95 0.24
Hex 76 3 6C 0 61 8 36 131 5F 18
Octal 166 3 154 0 141 10 66 461 137 30
Binary 1110110 11 1101100 0 1100001 1000 110110 100110001 1011111 11000

Color Harmonies of #76036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76036C

Black with #76036C

Text Example


Text Example

White with #76036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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