#6441BC

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

Shades of Purple Heart #6441BC

Tints of Purple Heart #6441BC

Color information

#6441BC (or 0x6441BC) is unknown color: approx Purple Heart. HEX triplet: 64, 41 and BC. RGB value is (100,65,188). Sum of RGB (Red+Green+Blue) = 100+65+188=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #6441BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6441BC is #9BBE43. Grayscale: #595959. Windows color (decimal): -10206788 or 12337508. OLE color: 12337508.

HSL color Cylindrical-coordinate representation of color #6441BC: hue angle of 257.07º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6441BC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10065188-
CMYK0.470.6500.26
HSL257.07º48.62%49.61%-
HSV(B)257.07º65.43%73.73%-
XYZ16.2210.1248.68-
YUV89.49183.6135.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=28.33%
G=18.41%
B=53.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal100651880.470.6500.26257.0748.6249.61
Hex6441BC2F4101A1013132
Octal144101274571010324016162
Binary11001001000001101111001011111000001011010100000001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6441BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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