#652DC1

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

Shades of Purple Heart #652DC1

Tints of Purple Heart #652DC1

Color information

#652DC1 (or 0x652DC1) is unknown color: approx Purple Heart. HEX triplet: 65, 2D and C1. RGB value is (101,45,193). Sum of RGB (Red+Green+Blue) = 101+45+193=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #652DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DC1 is #9AD23E. Grayscale: #4E4E4E. Windows color (decimal): -10146367 or 12660069. OLE color: 12660069.

HSL color Cylindrical-coordinate representation of color #652DC1: hue angle of 262.7º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652DC1 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10145193-
CMYK0.480.7700.24
HSL262.7º62.18%46.67%-
HSV(B)262.7º76.68%75.69%-
XYZ15.938.4951.25-
YUV78.62192.55143.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 193 (75.78% from 255) = 56.93%
R=29.79%
G=13.27%
B=56.93%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal101451930.480.7700.24262.762.1846.67
Hex652DC1304D0181073e2f
Octal14555301601150304077657
Binary1100101101101110000011100001001101011000100000111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652DC1; }

 p { color: rgb(101,45,193); }

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

<style>
 a { background-color: #652DC1; }

 a { background-color: rgb(101,45,193); }

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

<style>
 span { border-color: #652DC1; }

 span { border-color: rgb(101,45,193); }

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