#6441C5

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

Shades of Purple Heart #6441C5

Tints of Purple Heart #6441C5

Color information

#6441C5 (or 0x6441C5) is unknown color: approx Purple Heart. HEX triplet: 64, 41 and C5. RGB value is (100,65,197). Sum of RGB (Red+Green+Blue) = 100+65+197=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #6441C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441C5 is #9BBE3A. Grayscale: #5A5A5A. Windows color (decimal): -10206779 or 12927332. OLE color: 12927332.

HSL color Cylindrical-coordinate representation of color #6441C5: hue angle of 255.91º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6441C5 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10065197-
CMYK0.490.6700.23
HSL255.91º53.23%51.37%-
HSV(B)255.91º67.01%77.25%-
XYZ17.2210.5253.95-
YUV90.51188.1134.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 197 (77.34% from 255) = 54.42%
R=27.62%
G=17.96%
B=54.42%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal100651970.490.6700.23255.9153.2351.37
Hex6441C531430171003533
Octal144101305611030274006563
Binary11001001000001110001011100011000011010111100000000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6441C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6441C5; }

 p { color: rgb(100,65,197); }

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

<style>
 a { background-color: #6441C5; }

 a { background-color: rgb(100,65,197); }

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

<style>
 span { border-color: #6441C5; }

 span { border-color: rgb(100,65,197); }

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