#6506BC

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

Shades of Purple Heart #6506BC

Tints of Purple Heart #6506BC

Color information

#6506BC (or 0x6506BC) is unknown color: approx Purple Heart. HEX triplet: 65, 06 and BC. RGB value is (101,6,188). Sum of RGB (Red+Green+Blue) = 101+6+188=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 6 (2.73% from 255 or 2.03% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #6506BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506BC is #9AF943. Grayscale: #363636. Windows color (decimal): -10156356 or 12322405. OLE color: 12322405.

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

Color convert

RGB1016188-
CMYK0.460.9700.26
HSL271.32º93.81%38.04%-
HSV(B)271.32º96.81%73.73%-
XYZ14.516.5348.07-
YUV55.15202.97160.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.24%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 188 (73.83% from 255) = 63.73%
R=34.24%
G=2.03%
B=63.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10161880.460.9700.26271.3293.8138.04
Hex656BC2E6101A10f5e26
Octal14562745614103241713646
Binary11001011101011110010111011000010110101000011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6506BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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