#6428DD

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

Shades of Purple Heart #6428DD

Tints of Purple Heart #6428DD

Color information

#6428DD (or 0x6428DD) is unknown color: approx Purple Heart. HEX triplet: 64, 28 and DD. RGB value is (100,40,221). Sum of RGB (Red+Green+Blue) = 100+40+221=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #6428DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6428DD is #9BD722. Grayscale: #4D4D4D. Windows color (decimal): -10213155 or 14493796. OLE color: 14493796.

HSL color Cylindrical-coordinate representation of color #6428DD: hue angle of 259.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6428DD is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10040221-
CMYK0.550.8200.13
HSL259.89º72.69%51.18%-
HSV(B)259.89º81.9%86.67%-
XYZ19.079.4569.23-
YUV78.57208.38143.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 40 (16.02% from 255) = 11.08%
BLUE value IS 221 (86.72% from 255) = 61.22%
R=27.70%
G=11.08%
B=61.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal100402210.550.8200.13259.8972.6951.18
Hex6428DD37520D1044933
Octal144503356712201540411163
Binary1100100101000110111011101111010010011011000001001001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6428DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6428DD; }

 p { color: rgb(100,40,221); }

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

<style>
 a { background-color: #6428DD; }

 a { background-color: rgb(100,40,221); }

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

<style>
 span { border-color: #6428DD; }

 span { border-color: rgb(100,40,221); }

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