Html Css Color HEX #730472 Purple

📋 copy color: '#730472'

red 115 ◦ green 4 ◦ blue 114

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

Shades of Purple #730472

Tints of Purple #730472

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 49.36%
G = 1.72%
B = 48.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#730472 (or 0x730472) is known color: Purple. HEX triplet: 73, 04 and 72. RGB value is (115,4,114). Sum of RGB (Red+Green+Blue) = 115+4+114=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730472 is #8CFB8D. Grayscale: #313131. Windows color (decimal): -9239438 or 7472243. OLE color: 7472243.

HSL color Cylindrical-coordinate representation of color #730472: hue angle of 300.54º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730472 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 4 114 -
CMYK 0 0.97 0.01 0.55
HSL 300.54º 0.93% 0.23% -
HSV(B) 300.54º 0.97% 0.45% -
XYZ 10.15 4.95 16.34 -
YUV 49.73 164.27 174.56 -
System Red Green Blue C M Y K H S L
Decimal 115 4 114 0 0.97 0.01 0.55 300.54 0.93 0.23
Hex 73 4 72 0 61 1 37 12D 5D 17
Octal 163 4 162 0 141 1 67 455 135 27
Binary 1110011 100 1110010 0 1100001 1 110111 100101101 1011101 10111

Color Harmonies of #730472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730472

Black with #730472

Text Example


Text Example

White with #730472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730472; }

 p { color: rgb(115,4,114); }

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

background-color css

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

 a { background-color: rgb(115,4,114); }

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

border-color css

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

 span { border-color: rgb(115,4,114); }

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