#652DB4

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

Shades of Purple Heart #652DB4

Tints of Purple Heart #652DB4

Color information

#652DB4 (or 0x652DB4) is unknown color: approx Purple Heart. HEX triplet: 65, 2D and B4. RGB value is (101,45,180). Sum of RGB (Red+Green+Blue) = 101+45+180=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #652DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DB4 is #9AD24B. Grayscale: #4C4C4C. Windows color (decimal): -10146380 or 11808101. OLE color: 11808101.

HSL color Cylindrical-coordinate representation of color #652DB4: hue angle of 264.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652DB4 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB10145180-
CMYK0.440.7500.29
HSL264.89º60%44.12%-
HSV(B)264.89º75%70.59%-
XYZ14.547.9443.95-
YUV77.13186.05145.02-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.98%
GREEN value IS 45 (17.97% from 255) = 13.80%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=30.98%
G=13.80%
B=55.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101451800.440.7500.29264.896044.12
Hex652DB42C4B01D1093c2c
Octal14555264541130354117454
Binary1100101101101101101001011001001011011101100001001111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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