#653DD6

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

Shades of Purple Heart #653DD6

Tints of Purple Heart #653DD6

Color information

#653DD6 (or 0x653DD6) is unknown color: approx Purple Heart. HEX triplet: 65, 3D and D6. RGB value is (101,61,214). Sum of RGB (Red+Green+Blue) = 101+61+214=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 61 (24.22% from 255 or 16.22% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #653DD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DD6 is #9AC229. Grayscale: #595959. Windows color (decimal): -10142250 or 14040421. OLE color: 14040421.

HSL color Cylindrical-coordinate representation of color #653DD6: hue angle of 255.69º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653DD6 is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10161214-
CMYK0.530.7100.16
HSL255.69º65.11%53.92%-
HSV(B)255.69º71.5%83.92%-
XYZ19.1710.9664.72-
YUV90.4197.75135.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 61 (24.22% from 255) = 16.22%
BLUE value IS 214 (83.98% from 255) = 56.91%
R=26.86%
G=16.22%
B=56.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101612140.530.7100.16255.6965.1153.92
Hex653DD635470101004136
Octal145753266510702040010166
Binary11001011111011101011011010110001110100001000000001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,61,214); }

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

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

 a { background-color: rgb(101,61,214); }

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

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

 span { border-color: rgb(101,61,214); }

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