Html Css Color HEX #730590 Purple

📋 copy color: '#730590'

red 115 ◦ green 5 ◦ blue 144

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

Shades of Purple #730590

Tints of Purple #730590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.55%

R = 43.56%
G = 1.89%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#730590 (or 0x730590) is known color: Purple. HEX triplet: 73, 05 and 90. RGB value is (115,5,144). Sum of RGB (Red+Green+Blue) = 115+5+144=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #730590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730590 is #8CFA6F. Grayscale: #353535. Windows color (decimal): -9239152 or 9438579. OLE color: 9438579.

HSL color Cylindrical-coordinate representation of color #730590: hue angle of 287.48º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730590 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 5 144 -
CMYK 0.20 0.97 0 0.44
HSL 287.48º 0.93% 0.29% -
HSV(B) 287.48º 0.97% 0.56% -
XYZ 12.16 5.77 26.86 -
YUV 53.74 178.94 171.7 -
System Red Green Blue C M Y K H S L
Decimal 115 5 144 0.20 0.97 0 0.44 287.48 0.93 0.29
Hex 73 5 90 14 61 0 2C 11F 5D 1D
Octal 163 5 220 24 141 0 54 437 135 35
Binary 1110011 101 10010000 10100 1100001 0 101100 100011111 1011101 11101

Color Harmonies of #730590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730590

Black with #730590

Text Example


Text Example

White with #730590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730590; }

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

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

background-color css

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

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

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

border-color css

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

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

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