Html Css Color HEX #730E70 Purple

📋 copy color: '#730E70'

red 115 ◦ green 14 ◦ blue 112

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

Shades of Purple #730E70

Tints of Purple #730E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.81%

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

R = 47.72%
G = 5.81%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#730E70 (or 0x730E70) is known color: Purple. HEX triplet: 73, 0E and 70. RGB value is (115,14,112). Sum of RGB (Red+Green+Blue) = 115+14+112=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #730E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730E70 is #8CF18F. Grayscale: #373737. Windows color (decimal): -9236880 or 7343731. OLE color: 7343731.

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

Color convert

RGB 115 14 112 -
CMYK 0 0.88 0.03 0.55
HSL 301.78º 0.78% 0.25% -
HSV(B) 301.78º 0.88% 0.45% -
XYZ 10.15 5.13 15.78 -
YUV 55.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 115 14 112 0 0.88 0.03 0.55 301.78 0.78 0.25
Hex 73 E 70 0 58 3 37 12E 4E 19
Octal 163 16 160 0 130 3 67 456 116 31
Binary 1110011 1110 1110000 0 1011000 11 110111 100101110 1001110 11001

Color Harmonies of #730E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730E70

Black with #730E70

Text Example


Text Example

White with #730E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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