#4028CD

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

Shades of Purple Heart #4028CD

Tints of Purple Heart #4028CD

Color information

#4028CD (or 0x4028CD) is unknown color: approx Purple Heart. HEX triplet: 40, 28 and CD. RGB value is (64,40,205). Sum of RGB (Red+Green+Blue) = 64+40+205=309 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.71% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #4028CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4028CD is #BFD732. Grayscale: #414141. Windows color (decimal): -12572467 or 13445184. OLE color: 13445184.

HSL color Cylindrical-coordinate representation of color #4028CD: hue angle of 248.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4028CD is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6440205-
CMYK0.690.8000.20
HSL248.73º67.35%48.04%-
HSV(B)248.73º80.49%80.39%-
XYZ13.897.0258.38-
YUV65.99206.45126.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.71%
GREEN value IS 40 (16.02% from 255) = 12.94%
BLUE value IS 205 (80.47% from 255) = 66.34%
R=20.71%
G=12.94%
B=66.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal64402050.690.8000.20248.7367.3548.04
Hex4028CD4550014f94330
Octal1005031510512002437110360
Binary10000001010001100110110001011010000010100111110011000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4028CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,40,205); }

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

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

 a { background-color: rgb(64,40,205); }

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

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

 span { border-color: rgb(64,40,205); }

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