Html Css Color HEX #73197F Purple

📋 copy color: '#73197F'

red 115 ◦ green 25 ◦ blue 127

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

Shades of Purple #73197F

Tints of Purple #73197F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 127 (50% from 255) = 47.57%

R = 43.07%
G = 9.36%
B = 47.57%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73197F (or 0x73197F) is known color: Purple. HEX triplet: 73, 19 and 7F. RGB value is (115,25,127). Sum of RGB (Red+Green+Blue) = 115+25+127=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #73197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73197F is #8CE680. Grayscale: #3F3F3F. Windows color (decimal): -9234049 or 8329587. OLE color: 8329587.

HSL color Cylindrical-coordinate representation of color #73197F: hue angle of 292.94º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73197F is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 25 127 -
CMYK 0.09 0.80 0 0.50
HSL 292.94º 0.67% 0.3% -
HSV(B) 292.94º 0.8% 0.5% -
XYZ 11.25 5.87 20.62 -
YUV 63.54 163.82 164.71 -
System Red Green Blue C M Y K H S L
Decimal 115 25 127 0.09 0.80 0 0.50 292.94 0.67 0.3
Hex 73 19 7F 9 50 0 32 125 43 1E
Octal 163 31 177 11 120 0 62 445 103 36
Binary 1110011 11001 1111111 1001 1010000 0 110010 100100101 1000011 11110

Color Harmonies of #73197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73197F

Black with #73197F

Text Example


Text Example

White with #73197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73197F; }

 p { color: rgb(115,25,127); }

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

background-color css

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

 a { background-color: rgb(115,25,127); }

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

border-color css

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

 span { border-color: rgb(115,25,127); }

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