#6441C9

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

Shades of Purple Heart #6441C9

Tints of Purple Heart #6441C9

Color information

#6441C9 (or 0x6441C9) is unknown color: approx Purple Heart. HEX triplet: 64, 41 and C9. RGB value is (100,65,201). Sum of RGB (Red+Green+Blue) = 100+65+201=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #6441C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441C9 is #9BBE36. Grayscale: #5A5A5A. Windows color (decimal): -10206775 or 13189476. OLE color: 13189476.

HSL color Cylindrical-coordinate representation of color #6441C9: hue angle of 255.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6441C9 is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10065201-
CMYK0.500.6800.21
HSL255.44º55.74%52.16%-
HSV(B)255.44º67.66%78.82%-
XYZ17.6910.7156.39-
YUV90.97190.1134.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.32%
GREEN value IS 65 (25.78% from 255) = 17.76%
BLUE value IS 201 (78.91% from 255) = 54.92%
R=27.32%
G=17.76%
B=54.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal100652010.500.6800.21255.4455.7452.16
Hex6441C93244015ff3834
Octal144101311621040253777064
Binary1100100100000111001001110010100010001010111111111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6441C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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