Html Css Color HEX #730F93 Purple

📋 copy color: '#730F93'

red 115 ◦ green 15 ◦ blue 147

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

Shades of Purple #730F93

Tints of Purple #730F93

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 147 (57.81% from 255) = 53.07%

R = 41.52%
G = 5.42%
B = 53.07%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730F93 (or 0x730F93) is known color: Purple. HEX triplet: 73, 0F and 93. RGB value is (115,15,147). Sum of RGB (Red+Green+Blue) = 115+15+147=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 147 (57.81% from 255 or 53.07% from 277); Max value from RGB is 147 - color contains mainly: blue. Hex color #730F93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730F93 is #8CF06C. Grayscale: #3B3B3B. Windows color (decimal): -9236589 or 9637747. OLE color: 9637747.

HSL color Cylindrical-coordinate representation of color #730F93: hue angle of 285.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #730F93 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 15 147 -
CMYK 0.22 0.90 0 0.42
HSL 285.45º 0.81% 0.32% -
HSV(B) 285.45º 0.9% 0.58% -
XYZ 12.51 6.09 28.12 -
YUV 59.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 115 15 147 0.22 0.90 0 0.42 285.45 0.81 0.32
Hex 73 F 93 16 5A 0 2A 11D 51 20
Octal 163 17 223 26 132 0 52 435 121 40
Binary 1110011 1111 10010011 10110 1011010 0 101010 100011101 1010001 100000

Color Harmonies of #730F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730F93

Black with #730F93

Text Example


Text Example

White with #730F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,15,147); }

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

background-color css

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

 a { background-color: rgb(115,15,147); }

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

border-color css

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

 span { border-color: rgb(115,15,147); }

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