#6521BE

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

Shades of Purple Heart #6521BE

Tints of Purple Heart #6521BE

Color information

#6521BE (or 0x6521BE) is unknown color: approx Purple Heart. HEX triplet: 65, 21 and BE. RGB value is (101,33,190). Sum of RGB (Red+Green+Blue) = 101+33+190=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #6521BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6521BE is #9ADE41. Grayscale: #464646. Windows color (decimal): -10149442 or 12460389. OLE color: 12460389.

HSL color Cylindrical-coordinate representation of color #6521BE: hue angle of 265.99º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6521BE is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10133190-
CMYK0.470.8300.25
HSL265.99º70.4%43.73%-
HSV(B)265.99º82.63%74.51%-
XYZ15.27.5749.38-
YUV71.23195.03149.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.17%
GREEN value IS 33 (13.28% from 255) = 10.19%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=31.17%
G=10.19%
B=58.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101331900.470.8300.25265.9970.443.73
Hex6521BE2F5301910a462c
Octal145412765712303141210654
Binary11001011000011011111010111110100110110011000010101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6521BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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