Html Css Color HEX #730990 Purple

📋 copy color: '#730990'

red 115 ◦ green 9 ◦ blue 144

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

Shades of Purple #730990

Tints of Purple #730990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

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

R = 42.91%
G = 3.36%
B = 53.73%

CMYK

 C value IS 0.20

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#730990 (or 0x730990) is known color: Purple. HEX triplet: 73, 09 and 90. RGB value is (115,9,144). Sum of RGB (Red+Green+Blue) = 115+9+144=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #730990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730990 is #8CF66F. Grayscale: #373737. Windows color (decimal): -9238128 or 9439603. OLE color: 9439603.

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

Color convert

RGB 115 9 144 -
CMYK 0.20 0.94 0 0.44
HSL 287.11º 0.88% 0.3% -
HSV(B) 287.11º 0.94% 0.56% -
XYZ 12.2 5.85 26.87 -
YUV 56.08 177.62 170.02 -
System Red Green Blue C M Y K H S L
Decimal 115 9 144 0.20 0.94 0 0.44 287.11 0.88 0.3
Hex 73 9 90 14 5E 0 2C 11F 58 1E
Octal 163 11 220 24 136 0 54 437 130 36
Binary 1110011 1001 10010000 10100 1011110 0 101100 100011111 1011000 11110

Color Harmonies of #730990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730990

Black with #730990

Text Example


Text Example

White with #730990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730990; }

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

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

background-color css

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

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

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

border-color css

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

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

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