Html Css Color HEX #73158D Purple

📋 copy color: '#73158D'

red 115 ◦ green 21 ◦ blue 141

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

Shades of Purple #73158D

Tints of Purple #73158D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 41.52%
G = 7.58%
B = 50.9%

CMYK

 C value IS 0.18

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73158D (or 0x73158D) is known color: Purple. HEX triplet: 73, 15 and 8D. RGB value is (115,21,141). Sum of RGB (Red+Green+Blue) = 115+21+141=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #73158D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73158D is #8CEA72. Grayscale: #3E3E3E. Windows color (decimal): -9235059 or 9246067. OLE color: 9246067.

HSL color Cylindrical-coordinate representation of color #73158D: hue angle of 287º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73158D is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 21 141 -
CMYK 0.18 0.85 0 0.45
HSL 287º 0.74% 0.32% -
HSV(B) 287º 0.85% 0.55% -
XYZ 12.15 6.1 25.74 -
YUV 62.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 115 21 141 0.18 0.85 0 0.45 287 0.74 0.32
Hex 73 15 8D 12 55 0 2D 11F 4A 20
Octal 163 25 215 22 125 0 55 437 112 40
Binary 1110011 10101 10001101 10010 1010101 0 101101 100011111 1001010 100000

Color Harmonies of #73158D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73158D

Black with #73158D

Text Example


Text Example

White with #73158D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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