Html Css Color HEX #760373 Purple

📋 copy color: '#760373'

red 118 ◦ green 3 ◦ blue 115

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

Shades of Purple #760373

Tints of Purple #760373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 48.73%

R = 50%
G = 1.27%
B = 48.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760373 (or 0x760373) is known color: Purple. HEX triplet: 76, 03 and 73. RGB value is (118,3,115). Sum of RGB (Red+Green+Blue) = 118+3+115=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 115 (45.31% from 255 or 48.73% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #760373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760373 is #89FC8C. Grayscale: #313131. Windows color (decimal): -9043085 or 7537526. OLE color: 7537526.

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

Color convert

RGB 118 3 115 -
CMYK 0 0.97 0.03 0.54
HSL 301.57º 0.95% 0.24% -
HSV(B) 301.57º 0.97% 0.46% -
XYZ 10.6 5.15 16.66 -
YUV 50.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 118 3 115 0 0.97 0.03 0.54 301.57 0.95 0.24
Hex 76 3 73 0 61 3 36 12E 5F 18
Octal 166 3 163 0 141 3 66 456 137 30
Binary 1110110 11 1110011 0 1100001 11 110110 100101110 1011111 11000

Color Harmonies of #760373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760373

Black with #760373

Text Example


Text Example

White with #760373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760373; }

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

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

background-color css

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

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

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

border-color css

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

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

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