#7008B4

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

Shades of Purple Heart #7008B4

Tints of Purple Heart #7008B4

Color information

#7008B4 (or 0x7008B4) is unknown color: approx Purple Heart. HEX triplet: 70, 08 and B4. RGB value is (112,8,180). Sum of RGB (Red+Green+Blue) = 112+8+180=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 8 (3.52% from 255 or 2.67% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #7008B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7008B4 is #8FF74B. Grayscale: #3A3A3A. Windows color (decimal): -9434956 or 11798640. OLE color: 11798640.

HSL color Cylindrical-coordinate representation of color #7008B4: hue angle of 276.28º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7008B4 is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1128180-
CMYK0.380.9600.29
HSL276.28º91.49%36.86%-
HSV(B)276.28º95.56%70.59%-
XYZ15.016.9143.72-
YUV58.7196.46166.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.33%
GREEN value IS 8 (3.52% from 255) = 2.67%
BLUE value IS 180 (70.70% from 255) = 60%
R=37.33%
G=2.67%
B=60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal11281800.380.9600.29276.2891.4936.86
Hex708B4266001D1145b25
Octal160102644614003542413345
Binary111000010001011010010011011000000111011000101001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7008B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7008B4; }

 p { color: rgb(112,8,180); }

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

<style>
 a { background-color: #7008B4; }

 a { background-color: rgb(112,8,180); }

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

<style>
 span { border-color: #7008B4; }

 span { border-color: rgb(112,8,180); }

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