#4528C8

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

Shades of Purple Heart #4528C8

Tints of Purple Heart #4528C8

Color information

#4528C8 (or 0x4528C8) is unknown color: approx Purple Heart. HEX triplet: 45, 28 and C8. RGB value is (69,40,200). Sum of RGB (Red+Green+Blue) = 69+40+200=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 200 (78.52% from 255 or 64.72% from 309); Max value from RGB is 200 - color contains mainly: blue. Hex color #4528C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528C8 is #BAD737. Grayscale: #424242. Windows color (decimal): -12244792 or 13117509. OLE color: 13117509.

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

Color convert

RGB6940200-
CMYK0.660.800.22
HSL250.88º66.67%47.06%-
HSV(B)250.88º80%78.43%-
XYZ13.646.9555.27-
YUV66.91203.11129.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 200 (78.52% from 255) = 64.72%
R=22.33%
G=12.94%
B=64.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal69402000.660.800.22250.8866.6747.06
Hex4528C84250016fb432f
Octal1055031010212002637310357
Binary10001011010001100100010000101010000010110111110111000011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4528C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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