#641cd1

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

Shades of Purple Heart #641CD1

Tints of Purple Heart #641CD1

Color information

#641CD1 (or 0x641CD1) is unknown color: approx Purple Heart. HEX triplet: 64, 1C and D1. RGB value is (100,28,209). Sum of RGB (Red+Green+Blue) = 100+28+209=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 209 (82.03% from 255 or 62.02% from 337); Max value from RGB is 209 - color contains mainly: blue. Hex color #641CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CD1 is #9BE32E. Grayscale: #454545. Windows color (decimal): -10216239 or 13704292. OLE color: 13704292.

HSL color Cylindrical-coordinate representation of color #641CD1: hue angle of 263.87º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641CD1 is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10028209-
CMYK0.520.8700.18
HSL263.87º76.37%46.47%-
HSV(B)263.87º86.6%81.96%-
XYZ17.188.1460.99-
YUV70.16206.35149.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 209 (82.03% from 255) = 62.02%
R=29.67%
G=8.31%
B=62.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal100282090.520.8700.18263.8776.3746.47
Hex641CD134570121084c2e
Octal144343216412702241011456
Binary1100100111001101000111010010101110100101000010001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641cd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,28,209); }

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

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

 a { background-color: rgb(100,28,209); }

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

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

 span { border-color: rgb(100,28,209); }

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