#6543BC

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

Shades of Purple Heart #6543BC

Tints of Purple Heart #6543BC

Color information

#6543BC (or 0x6543BC) is unknown color: approx Purple Heart. HEX triplet: 65, 43 and BC. RGB value is (101,67,188). Sum of RGB (Red+Green+Blue) = 101+67+188=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #6543BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543BC is #9ABC43. Grayscale: #5A5A5A. Windows color (decimal): -10140740 or 12338021. OLE color: 12338021.

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

Color convert

RGB10167188-
CMYK0.460.6400.26
HSL256.86º47.45%50%-
HSV(B)256.86º64.36%73.73%-
XYZ16.4510.4148.72-
YUV90.96182.76135.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.37%
GREEN value IS 67 (26.56% from 255) = 18.82%
BLUE value IS 188 (73.83% from 255) = 52.81%
R=28.37%
G=18.82%
B=52.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101671880.460.6400.26256.8647.4550
Hex6543BC2E4001A1012f32
Octal145103274561000324015762
Binary11001011000011101111001011101000000011010100000001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6543BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,67,188); }

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

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

 a { background-color: rgb(101,67,188); }

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

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

 span { border-color: rgb(101,67,188); }

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