Html Css Color HEX #730893 Purple

📋 copy color: '#730893'

red 115 ◦ green 8 ◦ blue 147

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

Shades of Purple #730893

Tints of Purple #730893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 42.59%
G = 2.96%
B = 54.44%

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

#730893 (or 0x730893) is known color: Purple. HEX triplet: 73, 08 and 93. RGB value is (115,8,147). Sum of RGB (Red+Green+Blue) = 115+8+147=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #730893 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730893 is #8CF76C. Grayscale: #373737. Windows color (decimal): -9238381 or 9635955. OLE color: 9635955.

HSL color Cylindrical-coordinate representation of color #730893: hue angle of 286.19º degrees, saturation: 0.9, 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 #730893 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 8 147 -
CMYK 0.22 0.95 0 0.42
HSL 286.19º 0.9% 0.3% -
HSV(B) 286.19º 0.95% 0.58% -
XYZ 12.42 5.93 28.09 -
YUV 55.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 115 8 147 0.22 0.95 0 0.42 286.19 0.9 0.3
Hex 73 8 93 16 5F 0 2A 11E 5A 1E
Octal 163 10 223 26 137 0 52 436 132 36
Binary 1110011 1000 10010011 10110 1011111 0 101010 100011110 1011010 11110

Color Harmonies of #730893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730893

Black with #730893

Text Example


Text Example

White with #730893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730893; }

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

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

background-color css

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

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

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

border-color css

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

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

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