Html Css Color HEX #730076 Purple

📋 copy color: '#730076'

red 115 ◦ green 0 ◦ blue 118

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

Shades of Purple #730076

Tints of Purple #730076

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#730076 (or 0x730076) is known color: Purple. HEX triplet: 73, 00 and 76. RGB value is (115,0,118). Sum of RGB (Red+Green+Blue) = 115+0+118=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #730076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730076 is #8CFF89. Grayscale: #2F2F2F. Windows color (decimal): -9240458 or 7733363. OLE color: 7733363.

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

Color convert

RGB 115 0 118 -
CMYK 0.03 1 0 0.54
HSL 298.47º 1% 0.23% -
HSV(B) 298.47º 1% 0.46% -
XYZ 10.34 4.95 17.55 -
YUV 47.84 167.6 175.91 -
System Red Green Blue C M Y K H S L
Decimal 115 0 118 0.03 1 0 0.54 298.47 1 0.23
Hex 73 0 76 3 64 0 36 12A 64 17
Octal 163 0 166 3 144 0 66 452 144 27
Binary 1110011 0 1110110 11 1100100 0 110110 100101010 1100100 10111

Color Harmonies of #730076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730076

Black with #730076

Text Example


Text Example

White with #730076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730076; }

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

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

background-color css

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

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

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

border-color css

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

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

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