Html Css Color HEX #730379 Purple

📋 copy color: '#730379'

red 115 ◦ green 3 ◦ blue 121

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

Shades of Purple #730379

Tints of Purple #730379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 48.12%
G = 1.26%
B = 50.63%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#730379 (or 0x730379) is known color: Purple. HEX triplet: 73, 03 and 79. RGB value is (115,3,121). Sum of RGB (Red+Green+Blue) = 115+3+121=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #730379 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730379 is #8CFC86. Grayscale: #313131. Windows color (decimal): -9239687 or 7930739. OLE color: 7930739.

HSL color Cylindrical-coordinate representation of color #730379: hue angle of 296.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730379 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 3 121 -
CMYK 0.05 0.98 0 0.53
HSL 296.95º 0.95% 0.24% -
HSV(B) 296.95º 0.98% 0.47% -
XYZ 10.55 5.09 18.52 -
YUV 49.94 168.11 174.41 -
System Red Green Blue C M Y K H S L
Decimal 115 3 121 0.05 0.98 0 0.53 296.95 0.95 0.24
Hex 73 3 79 5 62 0 35 129 5F 18
Octal 163 3 171 5 142 0 65 451 137 30
Binary 1110011 11 1111001 101 1100010 0 110101 100101001 1011111 11000

Color Harmonies of #730379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730379

Black with #730379

Text Example


Text Example

White with #730379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730379; }

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

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

background-color css

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

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

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

border-color css

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

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

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