Html Css Color HEX #730A70 Purple

📋 copy color: '#730A70'

red 115 ◦ green 10 ◦ blue 112

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

Shades of Purple #730A70

Tints of Purple #730A70

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 48.52%
G = 4.22%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#730A70 (or 0x730A70) is known color: Purple. HEX triplet: 73, 0A and 70. RGB value is (115,10,112). Sum of RGB (Red+Green+Blue) = 115+10+112=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #730A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A70 is #8CF58F. Grayscale: #343434. Windows color (decimal): -9237904 or 7342707. OLE color: 7342707.

HSL color Cylindrical-coordinate representation of color #730A70: hue angle of 301.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A70 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 112 -
CMYK 0 0.91 0.03 0.55
HSL 301.71º 0.84% 0.25% -
HSV(B) 301.71º 0.91% 0.45% -
XYZ 10.1 5.03 15.77 -
YUV 53.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 115 10 112 0 0.91 0.03 0.55 301.71 0.84 0.25
Hex 73 A 70 0 5B 3 37 12E 54 19
Octal 163 12 160 0 133 3 67 456 124 31
Binary 1110011 1010 1110000 0 1011011 11 110111 100101110 1010100 11001

Color Harmonies of #730A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A70

Black with #730A70

Text Example


Text Example

White with #730A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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