Html Css Color HEX #730596 Purple

📋 copy color: '#730596'

red 115 ◦ green 5 ◦ blue 150

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

Shades of Purple #730596

Tints of Purple #730596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 55.56%

R = 42.59%
G = 1.85%
B = 55.56%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#730596 (or 0x730596) is known color: Purple. HEX triplet: 73, 05 and 96. RGB value is (115,5,150). Sum of RGB (Red+Green+Blue) = 115+5+150=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 150 (58.98% from 255 or 55.56% from 270); Max value from RGB is 150 - color contains mainly: blue. Hex color #730596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730596 is #8CFA69. Grayscale: #353535. Windows color (decimal): -9239146 or 9831795. OLE color: 9831795.

HSL color Cylindrical-coordinate representation of color #730596: hue angle of 285.52º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730596 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 5 150 -
CMYK 0.23 0.97 0 0.41
HSL 285.52º 0.94% 0.3% -
HSV(B) 285.52º 0.97% 0.59% -
XYZ 12.63 5.96 29.34 -
YUV 54.42 181.94 171.21 -
System Red Green Blue C M Y K H S L
Decimal 115 5 150 0.23 0.97 0 0.41 285.52 0.94 0.3
Hex 73 5 96 17 61 0 29 11E 5E 1E
Octal 163 5 226 27 141 0 51 436 136 36
Binary 1110011 101 10010110 10111 1100001 0 101001 100011110 1011110 11110

Color Harmonies of #730596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730596

Black with #730596

Text Example


Text Example

White with #730596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730596; }

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

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

background-color css

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

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

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

border-color css

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

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

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