Html Css Color HEX #730394 Purple

📋 copy color: '#730394'

red 115 ◦ green 3 ◦ blue 148

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

Shades of Purple #730394

Tints of Purple #730394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 148 (58.2% from 255) = 55.64%

R = 43.23%
G = 1.13%
B = 55.64%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#730394 (or 0x730394) is known color: Purple. HEX triplet: 73, 03 and 94. RGB value is (115,3,148). Sum of RGB (Red+Green+Blue) = 115+3+148=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 148 (58.20% from 255 or 55.64% from 266); Max value from RGB is 148 - color contains mainly: blue. Hex color #730394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730394 is #8CFC6B. Grayscale: #343434. Windows color (decimal): -9239660 or 9700211. OLE color: 9700211.

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

Color convert

RGB 115 3 148 -
CMYK 0.22 0.98 0 0.42
HSL 286.34º 0.96% 0.3% -
HSV(B) 286.34º 0.98% 0.58% -
XYZ 12.45 5.85 28.49 -
YUV 53.02 181.61 172.21 -
System Red Green Blue C M Y K H S L
Decimal 115 3 148 0.22 0.98 0 0.42 286.34 0.96 0.3
Hex 73 3 94 16 62 0 2A 11E 60 1E
Octal 163 3 224 26 142 0 52 436 140 36
Binary 1110011 11 10010100 10110 1100010 0 101010 100011110 1100000 11110

Color Harmonies of #730394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730394

Black with #730394

Text Example


Text Example

White with #730394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730394; }

 p { color: rgb(115,3,148); }

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

background-color css

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

 a { background-color: rgb(115,3,148); }

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

border-color css

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

 span { border-color: rgb(115,3,148); }

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