Html Css Color HEX #760371 Purple

📋 copy color: '#760371'

red 118 ◦ green 3 ◦ blue 113

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

Shades of Purple #760371

Tints of Purple #760371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 50.43%
G = 1.28%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#760371 (or 0x760371) is known color: Purple. HEX triplet: 76, 03 and 71. RGB value is (118,3,113). Sum of RGB (Red+Green+Blue) = 118+3+113=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #760371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760371 is #89FC8E. Grayscale: #313131. Windows color (decimal): -9043087 or 7406454. OLE color: 7406454.

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

Color convert

RGB 118 3 113 -
CMYK 0 0.97 0.04 0.54
HSL 302.61º 0.95% 0.24% -
HSV(B) 302.61º 0.97% 0.46% -
XYZ 10.48 5.11 16.06 -
YUV 49.93 163.6 176.56 -
System Red Green Blue C M Y K H S L
Decimal 118 3 113 0 0.97 0.04 0.54 302.61 0.95 0.24
Hex 76 3 71 0 61 4 36 12F 5F 18
Octal 166 3 161 0 141 4 66 457 137 30
Binary 1110110 11 1110001 0 1100001 100 110110 100101111 1011111 11000

Color Harmonies of #760371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760371

Black with #760371

Text Example


Text Example

White with #760371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760371; }

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

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

background-color css

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

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

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

border-color css

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

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

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