#641DD4

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

Shades of Purple Heart #641DD4

Tints of Purple Heart #641DD4

Color information

#641DD4 (or 0x641DD4) is unknown color: approx Purple Heart. HEX triplet: 64, 1D and D4. RGB value is (100,29,212). Sum of RGB (Red+Green+Blue) = 100+29+212=341 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.33% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 212 (83.20% from 255 or 62.17% from 341); Max value from RGB is 212 - color contains mainly: blue. Hex color #641DD4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DD4 is #9BE22B. Grayscale: #464646. Windows color (decimal): -10215980 or 13901156. OLE color: 13901156.

HSL color Cylindrical-coordinate representation of color #641DD4: hue angle of 263.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641DD4 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10029212-
CMYK0.530.8600.17
HSL263.28º75.93%47.25%-
HSV(B)263.28º86.32%83.14%-
XYZ17.588.3462.97-
YUV71.09207.52148.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.33%
GREEN value IS 29 (11.72% from 255) = 8.50%
BLUE value IS 212 (83.20% from 255) = 62.17%
R=29.33%
G=8.50%
B=62.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal100292120.530.8600.17263.2875.9347.25
Hex641DD435560111074c2f
Octal144353246512602140711457
Binary1100100111011101010011010110101100100011000001111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641DD4; }

 p { color: rgb(100,29,212); }

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

<style>
 a { background-color: #641DD4; }

 a { background-color: rgb(100,29,212); }

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

<style>
 span { border-color: #641DD4; }

 span { border-color: rgb(100,29,212); }

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