#6532D1

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

Shades of Purple Heart #6532D1

Tints of Purple Heart #6532D1

Color information

#6532D1 (or 0x6532D1) is unknown color: approx Purple Heart. HEX triplet: 65, 32 and D1. RGB value is (101,50,209). Sum of RGB (Red+Green+Blue) = 101+50+209=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 209 (82.03% from 255 or 58.06% from 360); Max value from RGB is 209 - color contains mainly: blue. Hex color #6532D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532D1 is #9ACD2E. Grayscale: #525252. Windows color (decimal): -10145071 or 13709925. OLE color: 13709925.

HSL color Cylindrical-coordinate representation of color #6532D1: hue angle of 259.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6532D1 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10150209-
CMYK0.520.7600.18
HSL259.25º63.35%50.78%-
HSV(B)259.25º76.08%81.96%-
XYZ18.029.6561.23-
YUV83.38198.9140.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 50 (19.92% from 255) = 13.89%
BLUE value IS 209 (82.03% from 255) = 58.06%
R=28.06%
G=13.89%
B=58.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101502090.520.7600.18259.2563.3550.78
Hex6532D1344C0121033f33
Octal14562321641140224037763
Binary1100101110010110100011101001001100010010100000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6532D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6532D1; }

 p { color: rgb(101,50,209); }

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

<style>
 a { background-color: #6532D1; }

 a { background-color: rgb(101,50,209); }

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

<style>
 span { border-color: #6532D1; }

 span { border-color: rgb(101,50,209); }

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