#7030BB

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

Shades of Purple Heart #7030BB

Tints of Purple Heart #7030BB

Color information

#7030BB (or 0x7030BB) is unknown color: approx Purple Heart. HEX triplet: 70, 30 and BB. RGB value is (112,48,187). Sum of RGB (Red+Green+Blue) = 112+48+187=347 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.28% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #7030BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7030BB is #8FCF44. Grayscale: #525252. Windows color (decimal): -9424709 or 12267632. OLE color: 12267632.

HSL color Cylindrical-coordinate representation of color #7030BB: hue angle of 267.63º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7030BB is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11248187-
CMYK0.400.7400.27
HSL267.63º59.15%46.08%-
HSV(B)267.63º74.33%73.33%-
XYZ16.719.1547.9-
YUV82.98186.7148.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.28%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 187 (73.44% from 255) = 53.89%
R=32.28%
G=13.83%
B=53.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112481870.400.7400.27267.6359.1546.08
Hex7030BB284A01B10c3b2e
Octal16060273501120334147356
Binary1110000110000101110111010001001010011011100001100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7030BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7030BB; }

 p { color: rgb(112,48,187); }

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

<style>
 a { background-color: #7030BB; }

 a { background-color: rgb(112,48,187); }

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

<style>
 span { border-color: #7030BB; }

 span { border-color: rgb(112,48,187); }

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