#642DDC

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

Shades of Purple Heart #642DDC

Tints of Purple Heart #642DDC

Color information

#642DDC (or 0x642DDC) is unknown color: approx Purple Heart. HEX triplet: 64, 2D and DC. RGB value is (100,45,220). Sum of RGB (Red+Green+Blue) = 100+45+220=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 220 (86.33% from 255 or 60.27% from 365); Max value from RGB is 220 - color contains mainly: blue. Hex color #642DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DDC is #9BD223. Grayscale: #505050. Windows color (decimal): -10211876 or 14429540. OLE color: 14429540.

HSL color Cylindrical-coordinate representation of color #642DDC: hue angle of 258.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642DDC is Cyan = 0.55, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10045220-
CMYK0.550.8000.14
HSL258.86º71.43%51.96%-
HSV(B)258.86º79.55%86.27%-
XYZ19.119.7568.59-
YUV81.4206.22141.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 45 (17.97% from 255) = 12.33%
BLUE value IS 220 (86.33% from 255) = 60.27%
R=27.40%
G=12.33%
B=60.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100452200.550.8000.14258.8671.4351.96
Hex642DDC37500E1034734
Octal144553346712001640310764
Binary1100100101101110111001101111010000011101000000111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642DDC; }

 p { color: rgb(100,45,220); }

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

<style>
 a { background-color: #642DDC; }

 a { background-color: rgb(100,45,220); }

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

<style>
 span { border-color: #642DDC; }

 span { border-color: rgb(100,45,220); }

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