Html Css Color HEX #730271 Purple

📋 copy color: '#730271'

red 115 ◦ green 2 ◦ blue 113

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

Shades of Purple #730271

Tints of Purple #730271

RGB

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

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

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

R = 50%
G = 0.87%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#730271 (or 0x730271) is known color: Purple. HEX triplet: 73, 02 and 71. RGB value is (115,2,113). Sum of RGB (Red+Green+Blue) = 115+2+113=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #730271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730271 is #8CFD8E. Grayscale: #303030. Windows color (decimal): -9239951 or 7406195. OLE color: 7406195.

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

Color convert

RGB 115 2 113 -
CMYK 0 0.98 0.02 0.55
HSL 301.06º 0.97% 0.23% -
HSV(B) 301.06º 0.98% 0.45% -
XYZ 10.07 4.88 16.03 -
YUV 48.44 164.44 175.47 -
System Red Green Blue C M Y K H S L
Decimal 115 2 113 0 0.98 0.02 0.55 301.06 0.97 0.23
Hex 73 2 71 0 62 2 37 12D 61 17
Octal 163 2 161 0 142 2 67 455 141 27
Binary 1110011 10 1110001 0 1100010 10 110111 100101101 1100001 10111

Color Harmonies of #730271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730271

Black with #730271

Text Example


Text Example

White with #730271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730271; }

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

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

background-color css

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

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

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

border-color css

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

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

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