#4528D0

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

Shades of Purple Heart #4528D0

Tints of Purple Heart #4528D0

Color information

#4528D0 (or 0x4528D0) is unknown color: approx Purple Heart. HEX triplet: 45, 28 and D0. RGB value is (69,40,208). Sum of RGB (Red+Green+Blue) = 69+40+208=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 208 (81.64% from 255 or 65.62% from 317); Max value from RGB is 208 - color contains mainly: blue. Hex color #4528D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4528D0 is #BAD72F. Grayscale: #434343. Windows color (decimal): -12244784 or 13641797. OLE color: 13641797.

HSL color Cylindrical-coordinate representation of color #4528D0: hue angle of 250.36º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4528D0 is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6940208-
CMYK0.670.8100.18
HSL250.36º67.74%48.63%-
HSV(B)250.36º80.77%81.57%-
XYZ14.67.3460.32-
YUV67.82207.11128.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 40 (16.02% from 255) = 12.62%
BLUE value IS 208 (81.64% from 255) = 65.62%
R=21.77%
G=12.62%
B=65.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal69402080.670.8100.18250.3667.7448.63
Hex4528D04351012fa4431
Octal1055032010312102237210461
Binary10001011010001101000010000111010001010010111110101000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4528D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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