Html Css Color HEX #730061 Purple

📋 copy color: '#730061'

red 115 ◦ green 0 ◦ blue 97

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

Shades of Purple #730061

Tints of Purple #730061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.25%
G = 0%
B = 45.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#730061 (or 0x730061) is known color: Purple. HEX triplet: 73, 00 and 61. RGB value is (115,0,97). Sum of RGB (Red+Green+Blue) = 115+0+97=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #730061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730061 is #8CFF9E. Grayscale: #2D2D2D. Windows color (decimal): -9240479 or 6357107. OLE color: 6357107.

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

Color convert

RGB 115 0 97 -
CMYK 0 1 0.16 0.55
HSL 309.39º 1% 0.23% -
HSV(B) 309.39º 1% 0.45% -
XYZ 9.23 4.51 11.69 -
YUV 45.44 157.1 177.61 -
System Red Green Blue C M Y K H S L
Decimal 115 0 97 0 1 0.16 0.55 309.39 1 0.23
Hex 73 0 61 0 64 10 37 135 64 17
Octal 163 0 141 0 144 20 67 465 144 27
Binary 1110011 0 1100001 0 1100100 10000 110111 100110101 1100100 10111

Color Harmonies of #730061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730061

Black with #730061

Text Example


Text Example

White with #730061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730061; }

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

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

background-color css

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

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

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

border-color css

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

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

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