Html Css Color HEX #76036F Purple

📋 copy color: '#76036F'

red 118 ◦ green 3 ◦ blue 111

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

Shades of Purple #76036F

Tints of Purple #76036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.84%

R = 50.86%
G = 1.29%
B = 47.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#76036F (or 0x76036F) is known color: Purple. HEX triplet: 76, 03 and 6F. RGB value is (118,3,111). Sum of RGB (Red+Green+Blue) = 118+3+111=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 111 (43.75% from 255 or 47.84% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76036F is #89FC90. Grayscale: #313131. Windows color (decimal): -9043089 or 7275382. OLE color: 7275382.

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

Color convert

RGB 118 3 111 -
CMYK 0 0.97 0.06 0.54
HSL 303.65º 0.95% 0.24% -
HSV(B) 303.65º 0.97% 0.46% -
XYZ 10.37 5.06 15.47 -
YUV 49.7 162.6 176.72 -
System Red Green Blue C M Y K H S L
Decimal 118 3 111 0 0.97 0.06 0.54 303.65 0.95 0.24
Hex 76 3 6F 0 61 6 36 130 5F 18
Octal 166 3 157 0 141 6 66 460 137 30
Binary 1110110 11 1101111 0 1100001 110 110110 100110000 1011111 11000

Color Harmonies of #76036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76036F

Black with #76036F

Text Example


Text Example

White with #76036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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