Html Css Color HEX #730580 Purple

📋 copy color: '#730580'

red 115 ◦ green 5 ◦ blue 128

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

Shades of Purple #730580

Tints of Purple #730580

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 46.37%
G = 2.02%
B = 51.61%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#730580 (or 0x730580) is known color: Purple. HEX triplet: 73, 05 and 80. RGB value is (115,5,128). Sum of RGB (Red+Green+Blue) = 115+5+128=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #730580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730580 is #8CFA7F. Grayscale: #333333. Windows color (decimal): -9239168 or 8390003. OLE color: 8390003.

HSL color Cylindrical-coordinate representation of color #730580: hue angle of 293.66º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730580 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 5 128 -
CMYK 0.10 0.96 0 0.50
HSL 293.66º 0.92% 0.26% -
HSV(B) 293.66º 0.96% 0.5% -
XYZ 11.02 5.31 20.87 -
YUV 51.91 170.94 173 -
System Red Green Blue C M Y K H S L
Decimal 115 5 128 0.10 0.96 0 0.50 293.66 0.92 0.26
Hex 73 5 80 A 60 0 32 126 5C 1A
Octal 163 5 200 12 140 0 62 446 134 32
Binary 1110011 101 10000000 1010 1100000 0 110010 100100110 1011100 11010

Color Harmonies of #730580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730580

Black with #730580

Text Example


Text Example

White with #730580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730580; }

 p { color: rgb(115,5,128); }

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

background-color css

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

 a { background-color: rgb(115,5,128); }

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

border-color css

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

 span { border-color: rgb(115,5,128); }

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