Html Css Color HEX #730091 Purple

📋 copy color: '#730091'

red 115 ◦ green 0 ◦ blue 145

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

Shades of Purple #730091

Tints of Purple #730091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 44.23%
G = 0%
B = 55.77%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730091 (or 0x730091) is known color: Purple. HEX triplet: 73, 00 and 91. RGB value is (115,0,145). Sum of RGB (Red+Green+Blue) = 115+0+145=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #730091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730091 is #8CFF6E. Grayscale: #323232. Windows color (decimal): -9240431 or 9502835. OLE color: 9502835.

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

Color convert

RGB 115 0 145 -
CMYK 0.21 1 0 0.43
HSL 287.59º 1% 0.28% -
HSV(B) 287.59º 1% 0.57% -
XYZ 12.18 5.69 27.24 -
YUV 50.92 181.1 173.71 -
System Red Green Blue C M Y K H S L
Decimal 115 0 145 0.21 1 0 0.43 287.59 1 0.28
Hex 73 0 91 15 64 0 2B 120 64 1C
Octal 163 0 221 25 144 0 53 440 144 34
Binary 1110011 0 10010001 10101 1100100 0 101011 100100000 1100100 11100

Color Harmonies of #730091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730091

Black with #730091

Text Example


Text Example

White with #730091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730091; }

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

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

background-color css

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

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

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

border-color css

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

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

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