Html Css Color HEX #73058A Purple

📋 copy color: '#73058A'

red 115 ◦ green 5 ◦ blue 138

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

Shades of Purple #73058A

Tints of Purple #73058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

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

R = 44.57%
G = 1.94%
B = 53.49%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73058A (or 0x73058A) is known color: Purple. HEX triplet: 73, 05 and 8A. RGB value is (115,5,138). Sum of RGB (Red+Green+Blue) = 115+5+138=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #73058A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73058A is #8CFA75. Grayscale: #343434. Windows color (decimal): -9239158 or 9045363. OLE color: 9045363.

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

Color convert

RGB 115 5 138 -
CMYK 0.17 0.96 0 0.46
HSL 289.62º 0.93% 0.28% -
HSV(B) 289.62º 0.96% 0.54% -
XYZ 11.71 5.59 24.51 -
YUV 53.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 115 5 138 0.17 0.96 0 0.46 289.62 0.93 0.28
Hex 73 5 8A 11 60 0 2E 122 5D 1C
Octal 163 5 212 21 140 0 56 442 135 34
Binary 1110011 101 10001010 10001 1100000 0 101110 100100010 1011101 11100

Color Harmonies of #73058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73058A

Black with #73058A

Text Example


Text Example

White with #73058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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