#652ACA

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

Shades of Purple Heart #652ACA

Tints of Purple Heart #652ACA

Color information

#652ACA (or 0x652ACA) is unknown color: approx Purple Heart. HEX triplet: 65, 2A and CA. RGB value is (101,42,202). Sum of RGB (Red+Green+Blue) = 101+42+202=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #652ACA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652ACA is #9AD535. Grayscale: #4D4D4D. Windows color (decimal): -10147126 or 13249125. OLE color: 13249125.

HSL color Cylindrical-coordinate representation of color #652ACA: hue angle of 262.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652ACA is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10142202-
CMYK0.500.7900.21
HSL262.12º65.57%47.84%-
HSV(B)262.12º79.21%79.22%-
XYZ16.868.6956.67-
YUV77.88198.05144.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.28%
GREEN value IS 42 (16.80% from 255) = 12.17%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=29.28%
G=12.17%
B=58.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101422020.500.7900.21262.1265.5747.84
Hex652ACA324F0151064230
Octal145523126211702540610260
Binary11001011010101100101011001010011110101011000001101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,42,202); }

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

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

 a { background-color: rgb(101,42,202); }

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

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

 span { border-color: rgb(101,42,202); }

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