Html Css Color HEX #73137F Purple

📋 copy color: '#73137F'

red 115 ◦ green 19 ◦ blue 127

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

Shades of Purple #73137F

Tints of Purple #73137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.28%

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

R = 44.06%
G = 7.28%
B = 48.66%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73137F (or 0x73137F) is known color: Purple. HEX triplet: 73, 13 and 7F. RGB value is (115,19,127). Sum of RGB (Red+Green+Blue) = 115+19+127=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #73137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73137F is #8CEC80. Grayscale: #3B3B3B. Windows color (decimal): -9235585 or 8328051. OLE color: 8328051.

HSL color Cylindrical-coordinate representation of color #73137F: hue angle of 293.33º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73137F is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 19 127 -
CMYK 0.09 0.85 0 0.50
HSL 293.33º 0.74% 0.29% -
HSV(B) 293.33º 0.85% 0.5% -
XYZ 11.13 5.64 20.58 -
YUV 60.02 165.8 167.22 -
System Red Green Blue C M Y K H S L
Decimal 115 19 127 0.09 0.85 0 0.50 293.33 0.74 0.29
Hex 73 13 7F 9 55 0 32 125 4A 1D
Octal 163 23 177 11 125 0 62 445 112 35
Binary 1110011 10011 1111111 1001 1010101 0 110010 100100101 1001010 11101

Color Harmonies of #73137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73137F

Black with #73137F

Text Example


Text Example

White with #73137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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