#7718CD

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

Shades of Purple Heart #7718CD

Tints of Purple Heart #7718CD

Color information

#7718CD (or 0x7718CD) is unknown color: approx Purple Heart. HEX triplet: 77, 18 and CD. RGB value is (119,24,205). Sum of RGB (Red+Green+Blue) = 119+24+205=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 24 (9.77% from 255 or 6.90% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #7718CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7718CD is #88E732. Grayscale: #484848. Windows color (decimal): -8972083 or 13441143. OLE color: 13441143.

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

Color convert

RGB11924205-
CMYK0.420.8800.20
HSL271.49º79.04%44.9%-
HSV(B)271.49º88.29%80.39%-
XYZ18.958.9858.49-
YUV73.04202.47160.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.20%
GREEN value IS 24 (9.77% from 255) = 6.90%
BLUE value IS 205 (80.47% from 255) = 58.91%
R=34.20%
G=6.90%
B=58.91%

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
Decimal119242050.420.8800.20271.4979.0444.9
Hex7718CD2A5801410f4f2d
Octal167303155213002441711755
Binary1110111110001100110110101010110000101001000011111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7718CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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