Html Css Color HEX #73157D Purple

📋 copy color: '#73157D'

red 115 ◦ green 21 ◦ blue 125

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

Shades of Purple #73157D

Tints of Purple #73157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 44.06%
G = 8.05%
B = 47.89%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73157D (or 0x73157D) is known color: Purple. HEX triplet: 73, 15 and 7D. RGB value is (115,21,125). Sum of RGB (Red+Green+Blue) = 115+21+125=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 21 (8.59% from 255 or 8.05% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #73157D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73157D is #8CEA82. Grayscale: #3C3C3C. Windows color (decimal): -9235075 or 8197491. OLE color: 8197491.

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

Color convert

RGB 115 21 125 -
CMYK 0.08 0.83 0 0.51
HSL 294.23º 0.71% 0.29% -
HSV(B) 294.23º 0.83% 0.49% -
XYZ 11.04 5.66 19.91 -
YUV 60.96 164.14 166.54 -
System Red Green Blue C M Y K H S L
Decimal 115 21 125 0.08 0.83 0 0.51 294.23 0.71 0.29
Hex 73 15 7D 8 53 0 33 126 47 1D
Octal 163 25 175 10 123 0 63 446 107 35
Binary 1110011 10101 1111101 1000 1010011 0 110011 100100110 1000111 11101

Color Harmonies of #73157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73157D

Black with #73157D

Text Example


Text Example

White with #73157D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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