Html Css Color HEX #730970 Purple

📋 copy color: '#730970'

red 115 ◦ green 9 ◦ blue 112

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

Shades of Purple #730970

Tints of Purple #730970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 48.73%
G = 3.81%
B = 47.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#730970 (or 0x730970) is known color: Purple. HEX triplet: 73, 09 and 70. RGB value is (115,9,112). Sum of RGB (Red+Green+Blue) = 115+9+112=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #730970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730970 is #8CF68F. Grayscale: #343434. Windows color (decimal): -9238160 or 7342451. OLE color: 7342451.

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

Color convert

RGB 115 9 112 -
CMYK 0 0.92 0.03 0.55
HSL 301.7º 0.85% 0.24% -
HSV(B) 301.7º 0.92% 0.45% -
XYZ 10.09 5.01 15.76 -
YUV 52.44 161.62 172.62 -
System Red Green Blue C M Y K H S L
Decimal 115 9 112 0 0.92 0.03 0.55 301.7 0.85 0.24
Hex 73 9 70 0 5C 3 37 12E 55 18
Octal 163 11 160 0 134 3 67 456 125 30
Binary 1110011 1001 1110000 0 1011100 11 110111 100101110 1010101 11000

Color Harmonies of #730970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730970

Black with #730970

Text Example


Text Example

White with #730970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730970; }

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

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

background-color css

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

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

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

border-color css

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

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

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