#6502BD

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

Shades of Purple Heart #6502BD

Tints of Purple Heart #6502BD

Color information

#6502BD (or 0x6502BD) is unknown color: approx Purple Heart. HEX triplet: 65, 02 and BD. RGB value is (101,2,189). Sum of RGB (Red+Green+Blue) = 101+2+189=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #6502BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502BD is #9AFD42. Grayscale: #343434. Windows color (decimal): -10157379 or 12386917. OLE color: 12386917.

HSL color Cylindrical-coordinate representation of color #6502BD: hue angle of 271.76º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502BD is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1012189-
CMYK0.470.9900.26
HSL271.76º97.91%37.45%-
HSV(B)271.76º98.94%74.12%-
XYZ14.576.4848.63-
YUV52.92204.8162.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.59%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 189 (74.22% from 255) = 64.73%
R=34.59%
G=0.68%
B=64.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal10121890.470.9900.26271.7697.9137.45
Hex652BD2F6301A1106225
Octal14522755714303242014245
Binary1100101101011110110111111000110110101000100001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6502BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6502BD; }

 p { color: rgb(101,2,189); }

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

<style>
 a { background-color: #6502BD; }

 a { background-color: rgb(101,2,189); }

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

<style>
 span { border-color: #6502BD; }

 span { border-color: rgb(101,2,189); }

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