#7023B8

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

Shades of Purple Heart #7023B8

Tints of Purple Heart #7023B8

Color information

#7023B8 (or 0x7023B8) is unknown color: approx Purple Heart. HEX triplet: 70, 23 and B8. RGB value is (112,35,184). Sum of RGB (Red+Green+Blue) = 112+35+184=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #7023B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7023B8 is #8FDC47. Grayscale: #4A4A4A. Windows color (decimal): -9428040 or 12067696. OLE color: 12067696.

HSL color Cylindrical-coordinate representation of color #7023B8: hue angle of 271.01º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7023B8 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11235184-
CMYK0.390.8100.28
HSL271.01º68.04%42.94%-
HSV(B)271.01º80.98%72.16%-
XYZ15.938.1146.07-
YUV75.01189.51154.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 184 (72.27% from 255) = 55.59%
R=33.84%
G=10.57%
B=55.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal112351840.390.8100.28271.0168.0442.94
Hex7023B8275101C10f442b
Octal160432704712103441710453
Binary11100001000111011100010011110100010111001000011111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7023B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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