Html Css Color HEX #73028A Purple

📋 copy color: '#73028A'

red 115 ◦ green 2 ◦ blue 138

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

Shades of Purple #73028A

Tints of Purple #73028A

RGB

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

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

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

R = 45.1%
G = 0.78%
B = 54.12%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#73028A (or 0x73028A) is known color: Purple. HEX triplet: 73, 02 and 8A. RGB value is (115,2,138). Sum of RGB (Red+Green+Blue) = 115+2+138=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #73028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73028A is #8CFD75. Grayscale: #323232. Windows color (decimal): -9239926 or 9044595. OLE color: 9044595.

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

Color convert

RGB 115 2 138 -
CMYK 0.17 0.99 0 0.46
HSL 289.85º 0.97% 0.27% -
HSV(B) 289.85º 0.99% 0.54% -
XYZ 11.68 5.52 24.5 -
YUV 51.29 176.94 173.44 -
System Red Green Blue C M Y K H S L
Decimal 115 2 138 0.17 0.99 0 0.46 289.85 0.97 0.27
Hex 73 2 8A 11 63 0 2E 122 61 1B
Octal 163 2 212 21 143 0 56 442 141 33
Binary 1110011 10 10001010 10001 1100011 0 101110 100100010 1100001 11011

Color Harmonies of #73028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73028A

Black with #73028A

Text Example


Text Example

White with #73028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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