Html Css Color HEX #73157A Purple

📋 copy color: '#73157A'

red 115 ◦ green 21 ◦ blue 122

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

Shades of Purple #73157A

Tints of Purple #73157A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.29%

R = 44.57%
G = 8.14%
B = 47.29%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73157A (or 0x73157A) is known color: Purple. HEX triplet: 73, 15 and 7A. RGB value is (115,21,122). Sum of RGB (Red+Green+Blue) = 115+21+122=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #73157A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73157A is #8CEA85. Grayscale: #3C3C3C. Windows color (decimal): -9235078 or 8000883. OLE color: 8000883.

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

Color convert

RGB 115 21 122 -
CMYK 0.06 0.83 0 0.52
HSL 295.84º 0.71% 0.28% -
HSV(B) 295.84º 0.83% 0.48% -
XYZ 10.85 5.59 18.92 -
YUV 60.62 162.64 166.79 -
System Red Green Blue C M Y K H S L
Decimal 115 21 122 0.06 0.83 0 0.52 295.84 0.71 0.28
Hex 73 15 7A 6 53 0 34 128 47 1C
Octal 163 25 172 6 123 0 64 450 107 34
Binary 1110011 10101 1111010 110 1010011 0 110100 100101000 1000111 11100

Color Harmonies of #73157A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73157A

Black with #73157A

Text Example


Text Example

White with #73157A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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