#7618CD

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

Shades of Purple Heart #7618CD

Tints of Purple Heart #7618CD

Color information

#7618CD (or 0x7618CD) is unknown color: approx Purple Heart. HEX triplet: 76, 18 and CD. RGB value is (118,24,205). Sum of RGB (Red+Green+Blue) = 118+24+205=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 24 (9.77% from 255 or 6.92% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #7618CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7618CD is #89E732. Grayscale: #484848. Windows color (decimal): -9037619 or 13441142. OLE color: 13441142.

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

Color convert

RGB11824205-
CMYK0.420.8800.20
HSL271.16º79.04%44.9%-
HSV(B)271.16º88.29%80.39%-
XYZ18.828.9158.49-
YUV72.74202.64160.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 24 (9.77% from 255) = 6.92%
BLUE value IS 205 (80.47% from 255) = 59.08%
R=34.01%
G=6.92%
B=59.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal118242050.420.8800.20271.1679.0444.9
Hex7618CD2A5801410f4f2d
Octal166303155213002441711755
Binary1110110110001100110110101010110000101001000011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7618CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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