Html Css Color HEX #73158A Purple

📋 copy color: '#73158A'

red 115 ◦ green 21 ◦ blue 138

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

Shades of Purple #73158A

Tints of Purple #73158A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 41.97%
G = 7.66%
B = 50.36%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73158A (or 0x73158A) is known color: Purple. HEX triplet: 73, 15 and 8A. RGB value is (115,21,138). Sum of RGB (Red+Green+Blue) = 115+21+138=274 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.97% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #73158A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73158A is #8CEA75. Grayscale: #3E3E3E. Windows color (decimal): -9235062 or 9049459. OLE color: 9049459.

HSL color Cylindrical-coordinate representation of color #73158A: hue angle of 288.21º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73158A is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 21 138 -
CMYK 0.17 0.85 0 0.46
HSL 288.21º 0.74% 0.31% -
HSV(B) 288.21º 0.85% 0.54% -
XYZ 11.93 6.02 24.58 -
YUV 62.44 170.64 165.49 -
System Red Green Blue C M Y K H S L
Decimal 115 21 138 0.17 0.85 0 0.46 288.21 0.74 0.31
Hex 73 15 8A 11 55 0 2E 120 4A 1F
Octal 163 25 212 21 125 0 56 440 112 37
Binary 1110011 10101 10001010 10001 1010101 0 101110 100100000 1001010 11111

Color Harmonies of #73158A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73158A

Black with #73158A

Text Example


Text Example

White with #73158A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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