#6443BE

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

Shades of Purple Heart #6443BE

Tints of Purple Heart #6443BE

Color information

#6443BE (or 0x6443BE) is unknown color: approx Purple Heart. HEX triplet: 64, 43 and BE. RGB value is (100,67,190). Sum of RGB (Red+Green+Blue) = 100+67+190=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 67 (26.56% from 255 or 18.77% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #6443BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6443BE is #9BBC41. Grayscale: #5A5A5A. Windows color (decimal): -10206274 or 12469092. OLE color: 12469092.

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

Color convert

RGB10067190-
CMYK0.470.6500.25
HSL256.1º48.62%50.39%-
HSV(B)256.1º64.74%74.51%-
XYZ16.5610.4449.86-
YUV90.89183.93134.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 67 (26.56% from 255) = 18.77%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=28.01%
G=18.77%
B=53.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100671900.470.6500.25256.148.6250.39
Hex6443BE2F410191003132
Octal144103276571010314006162
Binary11001001000011101111101011111000001011001100000000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6443BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6443BE; }

 p { color: rgb(100,67,190); }

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

<style>
 a { background-color: #6443BE; }

 a { background-color: rgb(100,67,190); }

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

<style>
 span { border-color: #6443BE; }

 span { border-color: rgb(100,67,190); }

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