Html Css Color HEX #730A71 Purple

📋 copy color: '#730A71'

red 115 ◦ green 10 ◦ blue 113

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

Shades of Purple #730A71

Tints of Purple #730A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 48.32%
G = 4.2%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#730A71 (or 0x730A71) is known color: Purple. HEX triplet: 73, 0A and 71. RGB value is (115,10,113). Sum of RGB (Red+Green+Blue) = 115+10+113=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #730A71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730A71 is #8CF58E. Grayscale: #343434. Windows color (decimal): -9237903 or 7408243. OLE color: 7408243.

HSL color Cylindrical-coordinate representation of color #730A71: hue angle of 301.14º 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 #730A71 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 10 113 -
CMYK 0 0.91 0.02 0.55
HSL 301.14º 0.84% 0.25% -
HSV(B) 301.14º 0.91% 0.45% -
XYZ 10.16 5.05 16.06 -
YUV 53.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 115 10 113 0 0.91 0.02 0.55 301.14 0.84 0.25
Hex 73 A 71 0 5B 2 37 12D 54 19
Octal 163 12 161 0 133 2 67 455 124 31
Binary 1110011 1010 1110001 0 1011011 10 110111 100101101 1010100 11001

Color Harmonies of #730A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A71

Black with #730A71

Text Example


Text Example

White with #730A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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