#4518C8

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

Shades of Purple Heart #4518C8

Tints of Purple Heart #4518C8

Color information

#4518C8 (or 0x4518C8) is unknown color: approx Purple Heart. HEX triplet: 45, 18 and C8. RGB value is (69,24,200). Sum of RGB (Red+Green+Blue) = 69+24+200=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #4518C8 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4518C8 is #BAE737. Grayscale: #383838. Windows color (decimal): -12248888 or 13113413. OLE color: 13113413.

HSL color Cylindrical-coordinate representation of color #4518C8: hue angle of 255.34º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4518C8 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6924200-
CMYK0.660.8800.22
HSL255.34º78.57%43.92%-
HSV(B)255.34º88%78.43%-
XYZ13.216.0955.12-
YUV57.52208.41136.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 24 (9.77% from 255) = 8.19%
BLUE value IS 200 (78.52% from 255) = 68.26%
R=23.55%
G=8.19%
B=68.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69242000.660.8800.22255.3478.5743.92
Hex4518C84258016ff4f2c
Octal1053031010213002637711754
Binary1000101110001100100010000101011000010110111111111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4518C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4518C8; }

 p { color: rgb(69,24,200); }

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

<style>
 a { background-color: #4518C8; }

 a { background-color: rgb(69,24,200); }

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

<style>
 span { border-color: #4518C8; }

 span { border-color: rgb(69,24,200); }

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