#73027B

Color #73027B Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #73027B

Tints of Purple #73027B

Color information

#73027B (or 0x73027B) is unknown color: approx Purple. HEX triplet: 73, 02 and 7B. RGB value is (115,2,123). Sum of RGB (Red+Green+Blue) = 115+2+123=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 123 (48.44% from 255 or 51.25% from 240); Max value from RGB is 123 - color contains mainly: blue. Hex color #73027B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73027B is #8CFD84. Grayscale: #313131. Windows color (decimal): -9239941 or 8061555. OLE color: 8061555.

HSL color Cylindrical-coordinate representation of color #73027B: hue angle of 296.03º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73027B is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1152123-
CMYK0.070.9800.52
HSL296.03º96.8%24.51%-
HSV(B)296.03º98.37%48.24%-
XYZ10.675.1219.16-
YUV49.58169.44174.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 123 (48.44% from 255) = 51.25%
R=47.92%
G=0.83%
B=51.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11521230.070.9800.52296.0396.824.51
Hex7327B7620341286119
Octal1632173714206445014131
Binary111001110111101111111000100110100100101000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73027B; }

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

 H1.HeaderClassName
 {
   color: #73027B;
 }
 .AnyTagClassName
 {
   color: #73027B;
 }
</style>
background-color css

<style>
 a { background-color: #73027B; }

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

 div.DivClassName
 {
   background-color: #73027B;
 }
 .BgClassName
 {
   background-color: #73027B;
 }
</style>
border-color css

<style>
 span { border-color: #73027B; }

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

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