#653ABC

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

Shades of Purple Heart #653ABC

Tints of Purple Heart #653ABC

Color information

#653ABC (or 0x653ABC) is unknown color: approx Purple Heart. HEX triplet: 65, 3A and BC. RGB value is (101,58,188). Sum of RGB (Red+Green+Blue) = 101+58+188=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 58 (23.05% from 255 or 16.71% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #653ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ABC is #9AC543. Grayscale: #555555. Windows color (decimal): -10143044 or 12335717. OLE color: 12335717.

HSL color Cylindrical-coordinate representation of color #653ABC: hue angle of 259.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653ABC is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10158188-
CMYK0.460.6900.26
HSL259.85º52.85%48.24%-
HSV(B)259.85º69.15%73.73%-
XYZ15.969.4248.55-
YUV85.68185.75138.93-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.11%
GREEN value IS 58 (23.05% from 255) = 16.71%
BLUE value IS 188 (73.83% from 255) = 54.18%
R=29.11%
G=16.71%
B=54.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101581880.460.6900.26259.8552.8548.24
Hex653ABC2E4501A1043530
Octal14572274561050324046560
Binary1100101111010101111001011101000101011010100000100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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