Html Css Color HEX #730793 Purple

📋 copy color: '#730793'

red 115 ◦ green 7 ◦ blue 147

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

Shades of Purple #730793

Tints of Purple #730793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.6%

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

R = 42.75%
G = 2.6%
B = 54.65%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730793 (or 0x730793) is known color: Purple. HEX triplet: 73, 07 and 93. RGB value is (115,7,147). Sum of RGB (Red+Green+Blue) = 115+7+147=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #730793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730793 is #8CF86C. Grayscale: #363636. Windows color (decimal): -9238637 or 9635699. OLE color: 9635699.

HSL color Cylindrical-coordinate representation of color #730793: hue angle of 286.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730793 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 7 147 -
CMYK 0.22 0.95 0 0.42
HSL 286.29º 0.91% 0.3% -
HSV(B) 286.29º 0.95% 0.58% -
XYZ 12.41 5.9 28.09 -
YUV 55.25 179.78 170.62 -
System Red Green Blue C M Y K H S L
Decimal 115 7 147 0.22 0.95 0 0.42 286.29 0.91 0.3
Hex 73 7 93 16 5F 0 2A 11E 5B 1E
Octal 163 7 223 26 137 0 52 436 133 36
Binary 1110011 111 10010011 10110 1011111 0 101010 100011110 1011011 11110

Color Harmonies of #730793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730793

Black with #730793

Text Example


Text Example

White with #730793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730793; }

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

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

background-color css

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

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

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

border-color css

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

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

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