Html Css Color HEX #760073 Purple

📋 copy color: '#760073'

red 118 ◦ green 0 ◦ blue 115

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

Shades of Purple #760073

Tints of Purple #760073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.64%
G = 0%
B = 49.36%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#760073 (or 0x760073) is known color: Purple. HEX triplet: 76, 00 and 73. RGB value is (118,0,115). Sum of RGB (Red+Green+Blue) = 118+0+115=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #760073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760073 is #89FF8C. Grayscale: #303030. Windows color (decimal): -9043853 or 7536758. OLE color: 7536758.

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

Color convert

RGB 118 0 115 -
CMYK 0 1 0.03 0.54
HSL 301.53º 1% 0.23% -
HSV(B) 301.53º 1% 0.46% -
XYZ 10.57 5.09 16.65 -
YUV 48.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 118 0 115 0 1 0.03 0.54 301.53 1 0.23
Hex 76 0 73 0 64 3 36 12E 64 17
Octal 166 0 163 0 144 3 66 456 144 27
Binary 1110110 0 1110011 0 1100100 11 110110 100101110 1100100 10111

Color Harmonies of #760073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760073

Black with #760073

Text Example


Text Example

White with #760073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760073; }

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

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

background-color css

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

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

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

border-color css

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

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

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