#7018CC

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

Shades of Purple Heart #7018CC

Tints of Purple Heart #7018CC

Color information

#7018CC (or 0x7018CC) is unknown color: approx Purple Heart. HEX triplet: 70, 18 and CC. RGB value is (112,24,204). Sum of RGB (Red+Green+Blue) = 112+24+204=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 204 (80.08% from 255 or 60% from 340); Max value from RGB is 204 - color contains mainly: blue. Hex color #7018CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018CC is #8FE733. Grayscale: #464646. Windows color (decimal): -9430836 or 13375600. OLE color: 13375600.

HSL color Cylindrical-coordinate representation of color #7018CC: hue angle of 269.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7018CC is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11224204-
CMYK0.450.8800.2
HSL269.33º78.95%44.71%-
HSV(B)269.33º88.24%80%-
XYZ17.918.4657.82-
YUV70.83203.15157.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 24 (9.77% from 255) = 7.06%
BLUE value IS 204 (80.08% from 255) = 60%
R=32.94%
G=7.06%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal112242040.450.8800.2269.3378.9544.71
Hex7018CC2D5801410d4f2d
Octal160303145513002441511755
Binary1110000110001100110010110110110000101001000011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7018CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7018CC; }

 p { color: rgb(112,24,204); }

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

<style>
 a { background-color: #7018CC; }

 a { background-color: rgb(112,24,204); }

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

<style>
 span { border-color: #7018CC; }

 span { border-color: rgb(112,24,204); }

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