#653CBA

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

Shades of Purple Heart #653CBA

Tints of Purple Heart #653CBA

Color information

#653CBA (or 0x653CBA) is unknown color: approx Purple Heart. HEX triplet: 65, 3C and BA. RGB value is (101,60,186). Sum of RGB (Red+Green+Blue) = 101+60+186=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #653CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653CBA is #9AC345. Grayscale: #565656. Windows color (decimal): -10142534 or 12205157. OLE color: 12205157.

HSL color Cylindrical-coordinate representation of color #653CBA: hue angle of 259.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653CBA is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10160186-
CMYK0.460.6800.27
HSL259.52º51.22%48.24%-
HSV(B)259.52º67.74%72.94%-
XYZ15.859.5447.46-
YUV86.62184.08138.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 60 (23.83% from 255) = 17.29%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=29.11%
G=17.29%
B=53.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal101601860.460.6800.27259.5251.2248.24
Hex653CBA2E4401B1043330
Octal14574272561040334046360
Binary1100101111100101110101011101000100011011100000100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,60,186); }

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

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

 a { background-color: rgb(101,60,186); }

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

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

 span { border-color: rgb(101,60,186); }

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