#7518CD

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

Shades of Purple Heart #7518CD

Tints of Purple Heart #7518CD

Color information

#7518CD (or 0x7518CD) is unknown color: approx Purple Heart. HEX triplet: 75, 18 and CD. RGB value is (117,24,205). Sum of RGB (Red+Green+Blue) = 117+24+205=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #7518CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7518CD is #8AE732. Grayscale: #474747. Windows color (decimal): -9103155 or 13441141. OLE color: 13441141.

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

Color convert

RGB11724205-
CMYK0.430.8800.20
HSL270.83º79.04%44.9%-
HSV(B)270.83º88.29%80.39%-
XYZ18.688.8458.48-
YUV72.44202.81159.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 205 (80.47% from 255) = 59.25%
R=33.82%
G=6.94%
B=59.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal117242050.430.8800.20270.8379.0444.9
Hex7518CD2B5801410f4f2d
Octal165303155313002441711755
Binary1110101110001100110110101110110000101001000011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7518CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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