#6528E1

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

Shades of Purple Heart #6528E1

Tints of Purple Heart #6528E1

Color information

#6528E1 (or 0x6528E1) is unknown color: approx Purple Heart. HEX triplet: 65, 28 and E1. RGB value is (101,40,225). Sum of RGB (Red+Green+Blue) = 101+40+225=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 40 (16.02% from 255 or 10.93% from 366); Blue value is 225 (88.28% from 255 or 61.48% from 366); Max value from RGB is 225 - color contains mainly: blue. Hex color #6528E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528E1 is #9AD71E. Grayscale: #4E4E4E. Windows color (decimal): -10147615 or 14755941. OLE color: 14755941.

HSL color Cylindrical-coordinate representation of color #6528E1: hue angle of 259.78º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6528E1 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10140225-
CMYK0.550.8200.12
HSL259.78º75.51%51.96%-
HSV(B)259.78º82.22%88.24%-
XYZ19.729.7272.07-
YUV79.33210.21143.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 40 (16.02% from 255) = 10.93%
BLUE value IS 225 (88.28% from 255) = 61.48%
R=27.60%
G=10.93%
B=61.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal101402250.550.8200.12259.7875.5151.96
Hex6528E137520C1044c34
Octal145503416712201440411464
Binary1100101101000111000011101111010010011001000001001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6528E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6528E1; }

 p { color: rgb(101,40,225); }

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

<style>
 a { background-color: #6528E1; }

 a { background-color: rgb(101,40,225); }

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

<style>
 span { border-color: #6528E1; }

 span { border-color: rgb(101,40,225); }

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