Html Css Color HEX #730179 Purple

📋 copy color: '#730179'

red 115 ◦ green 1 ◦ blue 121

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

Shades of Purple #730179

Tints of Purple #730179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 48.52%
G = 0.42%
B = 51.05%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#730179 (or 0x730179) is known color: Purple. HEX triplet: 73, 01 and 79. RGB value is (115,1,121). Sum of RGB (Red+Green+Blue) = 115+1+121=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #730179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730179 is #8CFE86. Grayscale: #303030. Windows color (decimal): -9240199 or 7930227. OLE color: 7930227.

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

Color convert

RGB 115 1 121 -
CMYK 0.05 0.99 0 0.53
HSL 297º 0.98% 0.24% -
HSV(B) 297º 0.99% 0.47% -
XYZ 10.53 5.05 18.51 -
YUV 48.77 168.77 175.24 -
System Red Green Blue C M Y K H S L
Decimal 115 1 121 0.05 0.99 0 0.53 297 0.98 0.24
Hex 73 1 79 5 63 0 35 129 62 18
Octal 163 1 171 5 143 0 65 451 142 30
Binary 1110011 1 1111001 101 1100011 0 110101 100101001 1100010 11000

Color Harmonies of #730179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730179

Black with #730179

Text Example


Text Example

White with #730179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730179; }

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

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

background-color css

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

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

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

border-color css

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

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

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