#6521B0

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

Shades of Purple Heart #6521B0

Tints of Purple Heart #6521B0

Color information

#6521B0 (or 0x6521B0) is unknown color: approx Purple Heart. HEX triplet: 65, 21 and B0. RGB value is (101,33,176). Sum of RGB (Red+Green+Blue) = 101+33+176=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 176 (69.14% from 255 or 56.77% from 310); Max value from RGB is 176 - color contains mainly: blue. Hex color #6521B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6521B0 is #9ADE4F. Grayscale: #454545. Windows color (decimal): -10149456 or 11542885. OLE color: 11542885.

HSL color Cylindrical-coordinate representation of color #6521B0: hue angle of 268.53º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6521B0 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10133176-
CMYK0.430.8100.31
HSL268.53º68.42%40.98%-
HSV(B)268.53º81.25%69.02%-
XYZ13.756.9941.7-
YUV69.63188.03150.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.58%
GREEN value IS 33 (13.28% from 255) = 10.65%
BLUE value IS 176 (69.14% from 255) = 56.77%
R=32.58%
G=10.65%
B=56.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101331760.430.8100.31268.5368.4240.98
Hex6521B02B5101F10d4429
Octal145412605312103741510451
Binary11001011000011011000010101110100010111111000011011000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6521B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6521B0; }

 p { color: rgb(101,33,176); }

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

<style>
 a { background-color: #6521B0; }

 a { background-color: rgb(101,33,176); }

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

<style>
 span { border-color: #6521B0; }

 span { border-color: rgb(101,33,176); }

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