#7318CC

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

Shades of Purple Heart #7318CC

Tints of Purple Heart #7318CC

Color information

#7318CC (or 0x7318CC) is unknown color: approx Purple Heart. HEX triplet: 73, 18 and CC. RGB value is (115,24,204). Sum of RGB (Red+Green+Blue) = 115+24+204=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #7318CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7318CC is #8CE733. Grayscale: #474747. Windows color (decimal): -9234228 or 13375603. OLE color: 13375603.

HSL color Cylindrical-coordinate representation of color #7318CC: hue angle of 270.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 #7318CC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11524204-
CMYK0.440.8800.2
HSL270.33º78.95%44.71%-
HSV(B)270.33º88.24%80%-
XYZ18.38.6657.83-
YUV71.73202.65158.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 33.53%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 204 (80.08% from 255) = 59.48%
R=33.53%
G=7.00%
B=59.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal115242040.440.8800.2270.3378.9544.71
Hex7318CC2C5801410e4f2d
Octal163303145413002441611755
Binary1110011110001100110010110010110000101001000011101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7318CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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