#7018CD

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

Shades of Purple Heart #7018CD

Tints of Purple Heart #7018CD

Color information

#7018CD (or 0x7018CD) is unknown color: approx Purple Heart. HEX triplet: 70, 18 and CD. RGB value is (112,24,205). Sum of RGB (Red+Green+Blue) = 112+24+205=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #7018CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7018CD is #8FE732. Grayscale: #464646. Windows color (decimal): -9430835 or 13441136. OLE color: 13441136.

HSL color Cylindrical-coordinate representation of color #7018CD: hue angle of 269.17º 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 #7018CD is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11224205-
CMYK0.450.8800.20
HSL269.17º79.04%44.9%-
HSV(B)269.17º88.29%80.39%-
XYZ18.038.5158.45-
YUV70.95203.65157.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 24 (9.77% from 255) = 7.04%
BLUE value IS 205 (80.47% from 255) = 60.12%
R=32.84%
G=7.04%
B=60.12%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112242050.450.8800.20269.1779.0444.9
Hex7018CD2D5801410d4f2d
Octal160303155513002441511755
Binary1110000110001100110110110110110000101001000011011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7018CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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