#7023AB

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

Shades of Purple Heart #7023AB

Tints of Purple Heart #7023AB

Color information

#7023AB (or 0x7023AB) is unknown color: approx Purple Heart. HEX triplet: 70, 23 and AB. RGB value is (112,35,171). Sum of RGB (Red+Green+Blue) = 112+35+171=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #7023AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7023AB is #8FDC54. Grayscale: #494949. Windows color (decimal): -9428053 or 11215728. OLE color: 11215728.

HSL color Cylindrical-coordinate representation of color #7023AB: hue angle of 273.97º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7023AB is Cyan = 0.35, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11235171-
CMYK0.350.8000.33
HSL273.97º66.02%40.39%-
HSV(B)273.97º79.53%67.06%-
XYZ14.637.5939.22-
YUV73.53183.01155.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.22%
GREEN value IS 35 (14.06% from 255) = 11.01%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=35.22%
G=11.01%
B=53.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112351710.350.8000.33273.9766.0240.39
Hex7023AB23500211124228
Octal160432534312004142210250
Binary111000010001110101011100011101000001000011000100101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7023AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7023AB; }

 p { color: rgb(112,35,171); }

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

<style>
 a { background-color: #7023AB; }

 a { background-color: rgb(112,35,171); }

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

<style>
 span { border-color: #7023AB; }

 span { border-color: rgb(112,35,171); }

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