#643DBF

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

Shades of Purple Heart #643DBF

Tints of Purple Heart #643DBF

Color information

#643DBF (or 0x643DBF) is unknown color: approx Purple Heart. HEX triplet: 64, 3D and BF. RGB value is (100,61,191). Sum of RGB (Red+Green+Blue) = 100+61+191=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #643DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #643DBF is #9BC240. Grayscale: #575757. Windows color (decimal): -10207809 or 12533092. OLE color: 12533092.

HSL color Cylindrical-coordinate representation of color #643DBF: hue angle of 258º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643DBF is Cyan = 0.48, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10061191-
CMYK0.480.6800.25
HSL258º51.59%49.41%-
HSV(B)258º68.06%74.9%-
XYZ16.339.8150.32-
YUV87.48186.42136.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 61 (24.22% from 255) = 17.33%
BLUE value IS 191 (75% from 255) = 54.26%
R=28.41%
G=17.33%
B=54.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100611910.480.6800.2525851.5949.41
Hex643DBF30440191023431
Octal14475277601040314026461
Binary1100100111101101111111100001000100011001100000010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643DBF; }

 p { color: rgb(100,61,191); }

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

<style>
 a { background-color: #643DBF; }

 a { background-color: rgb(100,61,191); }

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

<style>
 span { border-color: #643DBF; }

 span { border-color: rgb(100,61,191); }

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