Html Css Color HEX #760376 Purple

📋 copy color: '#760376'

red 118 ◦ green 3 ◦ blue 118

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

Shades of Purple #760376

Tints of Purple #760376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 49.37%

R = 49.37%
G = 1.26%
B = 49.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#760376 (or 0x760376) is known color: Purple. HEX triplet: 76, 03 and 76. RGB value is (118,3,118). Sum of RGB (Red+Green+Blue) = 118+3+118=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 118 (46.48% from 255 or 49.37% from 239); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #760376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760376 is #89FC89. Grayscale: #323232. Windows color (decimal): -9043082 or 7734134. OLE color: 7734134.

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

Color convert

RGB 118 3 118 -
CMYK 0 0.97 0 0.54
HSL 300º 0.95% 0.24% -
HSV(B) 300º 0.97% 0.46% -
XYZ 10.77 5.22 17.58 -
YUV 50.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 118 3 118 0 0.97 0 0.54 300 0.95 0.24
Hex 76 3 76 0 61 0 36 12C 5F 18
Octal 166 3 166 0 141 0 66 454 137 30
Binary 1110110 11 1110110 0 1100001 0 110110 100101100 1011111 11000

Color Harmonies of #760376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760376

Black with #760376

Text Example


Text Example

White with #760376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760376; }

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

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

background-color css

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

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

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

border-color css

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

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

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