Html Css Color HEX #730090 Purple

📋 copy color: '#730090'

red 115 ◦ green 0 ◦ blue 144

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

Shades of Purple #730090

Tints of Purple #730090

RGB

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

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

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

R = 44.4%
G = 0%
B = 55.6%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#730090 (or 0x730090) is known color: Purple. HEX triplet: 73, 00 and 90. RGB value is (115,0,144). Sum of RGB (Red+Green+Blue) = 115+0+144=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 144 (56.64% from 255 or 55.60% from 259); Max value from RGB is 144 - color contains mainly: blue. Hex color #730090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730090 is #8CFF6F. Grayscale: #323232. Windows color (decimal): -9240432 or 9437299. OLE color: 9437299.

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

Color convert

RGB 115 0 144 -
CMYK 0.20 1 0 0.44
HSL 287.92º 1% 0.28% -
HSV(B) 287.92º 1% 0.56% -
XYZ 12.1 5.66 26.84 -
YUV 50.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 115 0 144 0.20 1 0 0.44 287.92 1 0.28
Hex 73 0 90 14 64 0 2C 120 64 1C
Octal 163 0 220 24 144 0 54 440 144 34
Binary 1110011 0 10010000 10100 1100100 0 101100 100100000 1100100 11100

Color Harmonies of #730090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730090

Black with #730090

Text Example


Text Example

White with #730090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730090; }

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

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

background-color css

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

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

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

border-color css

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

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

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