Html Css Color HEX #730272 Purple

📋 copy color: '#730272'

red 115 ◦ green 2 ◦ blue 114

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

Shades of Purple #730272

Tints of Purple #730272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 49.78%
G = 0.87%
B = 49.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#730272 (or 0x730272) is known color: Purple. HEX triplet: 73, 02 and 72. RGB value is (115,2,114). Sum of RGB (Red+Green+Blue) = 115+2+114=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #730272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730272 is #8CFD8D. Grayscale: #303030. Windows color (decimal): -9239950 or 7471731. OLE color: 7471731.

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

Color convert

RGB 115 2 114 -
CMYK 0 0.98 0.01 0.55
HSL 300.53º 0.97% 0.23% -
HSV(B) 300.53º 0.98% 0.45% -
XYZ 10.13 4.9 16.33 -
YUV 48.56 164.94 175.39 -
System Red Green Blue C M Y K H S L
Decimal 115 2 114 0 0.98 0.01 0.55 300.53 0.97 0.23
Hex 73 2 72 0 62 1 37 12D 61 17
Octal 163 2 162 0 142 1 67 455 141 27
Binary 1110011 10 1110010 0 1100010 1 110111 100101101 1100001 10111

Color Harmonies of #730272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730272

Black with #730272

Text Example


Text Example

White with #730272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730272; }

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

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

background-color css

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

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

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

border-color css

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

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

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