Html Css Color HEX #730561 Purple

📋 copy color: '#730561'

red 115 ◦ green 5 ◦ blue 97

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

Shades of Purple #730561

Tints of Purple #730561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 44.7%

R = 53%
G = 2.3%
B = 44.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#730561 (or 0x730561) is known color: Purple. HEX triplet: 73, 05 and 61. RGB value is (115,5,97). Sum of RGB (Red+Green+Blue) = 115+5+97=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 97 (38.28% from 255 or 44.70% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #730561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730561 is #8CFA9E. Grayscale: #303030. Windows color (decimal): -9239199 or 6358387. OLE color: 6358387.

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

Color convert

RGB 115 5 97 -
CMYK 0 0.96 0.16 0.55
HSL 309.82º 0.92% 0.24% -
HSV(B) 309.82º 0.96% 0.45% -
XYZ 9.28 4.62 11.71 -
YUV 48.38 155.44 175.52 -
System Red Green Blue C M Y K H S L
Decimal 115 5 97 0 0.96 0.16 0.55 309.82 0.92 0.24
Hex 73 5 61 0 60 10 37 136 5C 18
Octal 163 5 141 0 140 20 67 466 134 30
Binary 1110011 101 1100001 0 1100000 10000 110111 100110110 1011100 11000

Color Harmonies of #730561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730561

Black with #730561

Text Example


Text Example

White with #730561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730561; }

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

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

background-color css

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

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

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

border-color css

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

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

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