Html Css Color HEX #730261 Purple

📋 copy color: '#730261'

red 115 ◦ green 2 ◦ blue 97

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

Shades of Purple #730261

Tints of Purple #730261

RGB

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

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

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

R = 53.74%
G = 0.93%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#730261 (or 0x730261) is known color: Purple. HEX triplet: 73, 02 and 61. RGB value is (115,2,97). Sum of RGB (Red+Green+Blue) = 115+2+97=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 97 (38.28% from 255 or 45.33% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #730261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730261 is #8CFD9E. Grayscale: #2E2E2E. Windows color (decimal): -9239967 or 6357619. OLE color: 6357619.

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

Color convert

RGB 115 2 97 -
CMYK 0 0.98 0.16 0.55
HSL 309.56º 0.97% 0.23% -
HSV(B) 309.56º 0.98% 0.45% -
XYZ 9.25 4.55 11.7 -
YUV 46.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 115 2 97 0 0.98 0.16 0.55 309.56 0.97 0.23
Hex 73 2 61 0 62 10 37 136 61 17
Octal 163 2 141 0 142 20 67 466 141 27
Binary 1110011 10 1100001 0 1100010 10000 110111 100110110 1100001 10111

Color Harmonies of #730261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730261

Black with #730261

Text Example


Text Example

White with #730261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730261; }

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

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

background-color css

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

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

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

border-color css

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

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

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