Html Css Color HEX #730570 Purple

📋 copy color: '#730570'

red 115 ◦ green 5 ◦ blue 112

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

Shades of Purple #730570

Tints of Purple #730570

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

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

R = 49.57%
G = 2.16%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#730570 (or 0x730570) is known color: Purple. HEX triplet: 73, 05 and 70. RGB value is (115,5,112). Sum of RGB (Red+Green+Blue) = 115+5+112=232 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.57% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 115 - color contains mainly: red. Hex color #730570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730570 is #8CFA8F. Grayscale: #313131. Windows color (decimal): -9239184 or 7341427. OLE color: 7341427.

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

Color convert

RGB 115 5 112 -
CMYK 0 0.96 0.03 0.55
HSL 301.64º 0.92% 0.24% -
HSV(B) 301.64º 0.96% 0.45% -
XYZ 10.05 4.92 15.75 -
YUV 50.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 115 5 112 0 0.96 0.03 0.55 301.64 0.92 0.24
Hex 73 5 70 0 60 3 37 12E 5C 18
Octal 163 5 160 0 140 3 67 456 134 30
Binary 1110011 101 1110000 0 1100000 11 110111 100101110 1011100 11000

Color Harmonies of #730570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730570

Black with #730570

Text Example


Text Example

White with #730570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730570; }

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

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

background-color css

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

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

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

border-color css

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

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

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