Html Css Color HEX #760473 Purple

📋 copy color: '#760473'

red 118 ◦ green 4 ◦ blue 115

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

Shades of Purple #760473

Tints of Purple #760473

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 49.79%
G = 1.69%
B = 48.52%

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

#760473 (or 0x760473) is known color: Purple. HEX triplet: 76, 04 and 73. RGB value is (118,4,115). Sum of RGB (Red+Green+Blue) = 118+4+115=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 115 (45.31% from 255 or 48.52% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #760473 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760473 is #89FB8C. Grayscale: #323232. Windows color (decimal): -9042829 or 7537782. OLE color: 7537782.

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

Color convert

RGB 118 4 115 -
CMYK 0 0.97 0.03 0.54
HSL 301.58º 0.93% 0.24% -
HSV(B) 301.58º 0.97% 0.46% -
XYZ 10.61 5.18 16.66 -
YUV 50.74 164.27 175.97 -
System Red Green Blue C M Y K H S L
Decimal 118 4 115 0 0.97 0.03 0.54 301.58 0.93 0.24
Hex 76 4 73 0 61 3 36 12E 5D 18
Octal 166 4 163 0 141 3 66 456 135 30
Binary 1110110 100 1110011 0 1100001 11 110110 100101110 1011101 11000

Color Harmonies of #760473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760473

Black with #760473

Text Example


Text Example

White with #760473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760473; }

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

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

background-color css

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

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

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

border-color css

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

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

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