Html Css Color HEX #730470 Purple

📋 copy color: '#730470'

red 115 ◦ green 4 ◦ blue 112

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

Shades of Purple #730470

Tints of Purple #730470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.73%

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 49.78%
G = 1.73%
B = 48.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#730470 (or 0x730470) is known color: Purple. HEX triplet: 73, 04 and 70. RGB value is (115,4,112). Sum of RGB (Red+Green+Blue) = 115+4+112=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730470 is #8CFB8F. Grayscale: #313131. Windows color (decimal): -9239440 or 7341171. OLE color: 7341171.

HSL color Cylindrical-coordinate representation of color #730470: hue angle of 301.62º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730470 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 112 -
CMYK 0 0.97 0.03 0.55
HSL 301.62º 0.93% 0.23% -
HSV(B) 301.62º 0.97% 0.45% -
XYZ 10.04 4.9 15.75 -
YUV 49.5 163.27 174.72 -
System Red Green Blue C M Y K H S L
Decimal 115 4 112 0 0.97 0.03 0.55 301.62 0.93 0.23
Hex 73 4 70 0 61 3 37 12E 5D 17
Octal 163 4 160 0 141 3 67 456 135 27
Binary 1110011 100 1110000 0 1100001 11 110111 100101110 1011101 10111

Color Harmonies of #730470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730470

Black with #730470

Text Example


Text Example

White with #730470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730470; }

 p { color: rgb(115,4,112); }

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

background-color css

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

 a { background-color: rgb(115,4,112); }

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

border-color css

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

 span { border-color: rgb(115,4,112); }

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