Html Css Color HEX #730060 Purple

📋 copy color: '#730060'

red 115 ◦ green 0 ◦ blue 96

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

Shades of Purple #730060

Tints of Purple #730060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 45.5%

R = 54.5%
G = 0%
B = 45.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#730060 (or 0x730060) is known color: Purple. HEX triplet: 73, 00 and 60. RGB value is (115,0,96). Sum of RGB (Red+Green+Blue) = 115+0+96=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730060 is #8CFF9F. Grayscale: #2D2D2D. Windows color (decimal): -9240480 or 6291571. OLE color: 6291571.

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

Color convert

RGB 115 0 96 -
CMYK 0 1 0.17 0.55
HSL 309.91º 1% 0.23% -
HSV(B) 309.91º 1% 0.45% -
XYZ 9.18 4.49 11.45 -
YUV 45.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 115 0 96 0 1 0.17 0.55 309.91 1 0.23
Hex 73 0 60 0 64 11 37 136 64 17
Octal 163 0 140 0 144 21 67 466 144 27
Binary 1110011 0 1100000 0 1100100 10001 110111 100110110 1100100 10111

Color Harmonies of #730060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730060

Black with #730060

Text Example


Text Example

White with #730060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730060; }

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

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

background-color css

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

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

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

border-color css

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

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

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