#6506BB

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

Shades of Purple Heart #6506BB

Tints of Purple Heart #6506BB

Color information

#6506BB (or 0x6506BB) is unknown color: approx Purple Heart. HEX triplet: 65, 06 and BB. RGB value is (101,6,187). Sum of RGB (Red+Green+Blue) = 101+6+187=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #6506BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6506BB is #9AF944. Grayscale: #363636. Windows color (decimal): -10156357 or 12256869. OLE color: 12256869.

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

Color convert

RGB1016187-
CMYK0.460.9700.27
HSL271.49º93.78%37.84%-
HSV(B)271.49º96.79%73.33%-
XYZ14.46.4847.51-
YUV55.04202.47160.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 6 (2.73% from 255) = 2.04%
BLUE value IS 187 (73.44% from 255) = 63.61%
R=34.35%
G=2.04%
B=63.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10161870.460.9700.27271.4993.7837.84
Hex656BB2E6101B10f5e26
Octal14562735614103341713646
Binary11001011101011101110111011000010110111000011111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6506BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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