Html Css Color HEX #73157F Purple

📋 copy color: '#73157F'

red 115 ◦ green 21 ◦ blue 127

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

Shades of Purple #73157F

Tints of Purple #73157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

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

R = 43.73%
G = 7.98%
B = 48.29%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73157F (or 0x73157F) is known color: Purple. HEX triplet: 73, 15 and 7F. RGB value is (115,21,127). Sum of RGB (Red+Green+Blue) = 115+21+127=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #73157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73157F is #8CEA80. Grayscale: #3C3C3C. Windows color (decimal): -9235073 or 8328563. OLE color: 8328563.

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

Color convert

RGB 115 21 127 -
CMYK 0.09 0.83 0 0.50
HSL 293.21º 0.72% 0.29% -
HSV(B) 293.21º 0.83% 0.5% -
XYZ 11.17 5.71 20.59 -
YUV 61.19 165.14 166.38 -
System Red Green Blue C M Y K H S L
Decimal 115 21 127 0.09 0.83 0 0.50 293.21 0.72 0.29
Hex 73 15 7F 9 53 0 32 125 48 1D
Octal 163 25 177 11 123 0 62 445 110 35
Binary 1110011 10101 1111111 1001 1010011 0 110010 100100101 1001000 11101

Color Harmonies of #73157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73157F

Black with #73157F

Text Example


Text Example

White with #73157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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