Html Css Color HEX #73028D Purple

📋 copy color: '#73028D'

red 115 ◦ green 2 ◦ blue 141

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

Shades of Purple #73028D

Tints of Purple #73028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 44.57%
G = 0.78%
B = 54.65%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73028D (or 0x73028D) is known color: Purple. HEX triplet: 73, 02 and 8D. RGB value is (115,2,141). Sum of RGB (Red+Green+Blue) = 115+2+141=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 2 (1.17% from 255 or 0.78% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #73028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73028D is #8CFD72. Grayscale: #333333. Windows color (decimal): -9239923 or 9241203. OLE color: 9241203.

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

Color convert

RGB 115 2 141 -
CMYK 0.18 0.99 0 0.45
HSL 288.78º 0.97% 0.28% -
HSV(B) 288.78º 0.99% 0.55% -
XYZ 11.9 5.61 25.66 -
YUV 51.63 178.44 173.2 -
System Red Green Blue C M Y K H S L
Decimal 115 2 141 0.18 0.99 0 0.45 288.78 0.97 0.28
Hex 73 2 8D 12 63 0 2D 121 61 1C
Octal 163 2 215 22 143 0 55 441 141 34
Binary 1110011 10 10001101 10010 1100011 0 101101 100100001 1100001 11100

Color Harmonies of #73028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73028D

Black with #73028D

Text Example


Text Example

White with #73028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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