Html Css Color HEX #730E91 Purple

📋 copy color: '#730E91'

red 115 ◦ green 14 ◦ blue 145

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

Shades of Purple #730E91

Tints of Purple #730E91

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.11%

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

R = 41.97%
G = 5.11%
B = 52.92%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#730E91 (or 0x730E91) is known color: Purple. HEX triplet: 73, 0E and 91. RGB value is (115,14,145). Sum of RGB (Red+Green+Blue) = 115+14+145=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #730E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730E91 is #8CF16E. Grayscale: #3A3A3A. Windows color (decimal): -9236847 or 9506419. OLE color: 9506419.

HSL color Cylindrical-coordinate representation of color #730E91: hue angle of 286.26º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730E91 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 14 145 -
CMYK 0.21 0.90 0 0.43
HSL 286.26º 0.82% 0.31% -
HSV(B) 286.26º 0.9% 0.57% -
XYZ 12.34 6 27.3 -
YUV 59.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 115 14 145 0.21 0.90 0 0.43 286.26 0.82 0.31
Hex 73 E 91 15 5A 0 2B 11E 52 1F
Octal 163 16 221 25 132 0 53 436 122 37
Binary 1110011 1110 10010001 10101 1011010 0 101011 100011110 1010010 11111

Color Harmonies of #730E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E91

Black with #730E91

Text Example


Text Example

White with #730E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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