Html Css Color HEX #760E73 Purple

📋 copy color: '#760E73'

red 118 ◦ green 14 ◦ blue 115

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

Shades of Purple #760E73

Tints of Purple #760E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.67%

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

R = 47.77%
G = 5.67%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760E73 (or 0x760E73) is known color: Purple. HEX triplet: 76, 0E and 73. RGB value is (118,14,115). Sum of RGB (Red+Green+Blue) = 118+14+115=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #760E73 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760E73 is #89F18C. Grayscale: #383838. Windows color (decimal): -9040269 or 7540342. OLE color: 7540342.

HSL color Cylindrical-coordinate representation of color #760E73: hue angle of 301.73º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #760E73 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 14 115 -
CMYK 0 0.88 0.03 0.54
HSL 301.73º 0.79% 0.26% -
HSV(B) 301.73º 0.88% 0.46% -
XYZ 10.72 5.4 16.7 -
YUV 56.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 118 14 115 0 0.88 0.03 0.54 301.73 0.79 0.26
Hex 76 E 73 0 58 3 36 12E 4F 1A
Octal 166 16 163 0 130 3 66 456 117 32
Binary 1110110 1110 1110011 0 1011000 11 110110 100101110 1001111 11010

Color Harmonies of #760E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E73

Black with #760E73

Text Example


Text Example

White with #760E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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