Html Css Color HEX #730571 Purple

📋 copy color: '#730571'

red 115 ◦ green 5 ◦ blue 113

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

Shades of Purple #730571

Tints of Purple #730571

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.15%

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

R = 49.36%
G = 2.15%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#730571 (or 0x730571) is known color: Purple. HEX triplet: 73, 05 and 71. RGB value is (115,5,113). Sum of RGB (Red+Green+Blue) = 115+5+113=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #730571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730571 is #8CFA8E. Grayscale: #313131. Windows color (decimal): -9239183 or 7406963. OLE color: 7406963.

HSL color Cylindrical-coordinate representation of color #730571: hue angle of 301.09º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730571 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 5 113 -
CMYK 0 0.96 0.02 0.55
HSL 301.09º 0.92% 0.24% -
HSV(B) 301.09º 0.96% 0.45% -
XYZ 10.11 4.95 16.04 -
YUV 50.2 163.44 174.22 -
System Red Green Blue C M Y K H S L
Decimal 115 5 113 0 0.96 0.02 0.55 301.09 0.92 0.24
Hex 73 5 71 0 60 2 37 12D 5C 18
Octal 163 5 161 0 140 2 67 455 134 30
Binary 1110011 101 1110001 0 1100000 10 110111 100101101 1011100 11000

Color Harmonies of #730571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730571

Black with #730571

Text Example


Text Example

White with #730571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730571; }

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

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

background-color css

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

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

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

border-color css

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

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

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