#653AE2

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

Shades of Purple Heart #653AE2

Tints of Purple Heart #653AE2

Color information

#653AE2 (or 0x653AE2) is unknown color: approx Purple Heart. HEX triplet: 65, 3A and E2. RGB value is (101,58,226). Sum of RGB (Red+Green+Blue) = 101+58+226=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #653AE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653AE2 is #9AC51D. Grayscale: #595959. Windows color (decimal): -10143006 or 14826085. OLE color: 14826085.

HSL color Cylindrical-coordinate representation of color #653AE2: hue angle of 255.36º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653AE2 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10158226-
CMYK0.550.7400.11
HSL255.36º74.34%55.69%-
HSV(B)255.36º74.34%88.63%-
XYZ20.6111.2873.04-
YUV90.01204.75135.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 226 (88.67% from 255) = 58.70%
R=26.23%
G=15.06%
B=58.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal101582260.550.7400.11255.3674.3455.69
Hex653AE2374A0Bff4a38
Octal145723426711201337711270
Binary110010111101011100010110111100101001011111111111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653AE2; }

 p { color: rgb(101,58,226); }

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

<style>
 a { background-color: #653AE2; }

 a { background-color: rgb(101,58,226); }

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

<style>
 span { border-color: #653AE2; }

 span { border-color: rgb(101,58,226); }

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