Html Css Color HEX #73157C Purple

📋 copy color: '#73157C'

red 115 ◦ green 21 ◦ blue 124

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

Shades of Purple #73157C

Tints of Purple #73157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.69%

R = 44.23%
G = 8.08%
B = 47.69%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73157C (or 0x73157C) is known color: Purple. HEX triplet: 73, 15 and 7C. RGB value is (115,21,124). Sum of RGB (Red+Green+Blue) = 115+21+124=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #73157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73157C is #8CEA83. Grayscale: #3C3C3C. Windows color (decimal): -9235076 or 8131955. OLE color: 8131955.

HSL color Cylindrical-coordinate representation of color #73157C: hue angle of 294.76º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73157C is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 21 124 -
CMYK 0.07 0.83 0 0.51
HSL 294.76º 0.71% 0.28% -
HSV(B) 294.76º 0.83% 0.49% -
XYZ 10.98 5.64 19.58 -
YUV 60.85 163.64 166.62 -
System Red Green Blue C M Y K H S L
Decimal 115 21 124 0.07 0.83 0 0.51 294.76 0.71 0.28
Hex 73 15 7C 7 53 0 33 127 47 1C
Octal 163 25 174 7 123 0 63 447 107 34
Binary 1110011 10101 1111100 111 1010011 0 110011 100100111 1000111 11100

Color Harmonies of #73157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73157C

Black with #73157C

Text Example


Text Example

White with #73157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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