#6532CA

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

Shades of Purple Heart #6532CA

Tints of Purple Heart #6532CA

Color information

#6532CA (or 0x6532CA) is unknown color: approx Purple Heart. HEX triplet: 65, 32 and CA. RGB value is (101,50,202). Sum of RGB (Red+Green+Blue) = 101+50+202=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #6532CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532CA is #9ACD35. Grayscale: #525252. Windows color (decimal): -10145078 or 13251173. OLE color: 13251173.

HSL color Cylindrical-coordinate representation of color #6532CA: hue angle of 260.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6532CA is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10150202-
CMYK0.500.7500.21
HSL260.13º60.32%49.41%-
HSV(B)260.13º75.25%79.22%-
XYZ17.179.3156.77-
YUV82.58195.4141.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=28.61%
G=14.16%
B=57.22%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal101502020.500.7500.21260.1360.3249.41
Hex6532CA324B0151043c31
Octal14562312621130254047461
Binary1100101110010110010101100101001011010101100000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6532CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6532CA; }

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

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

<style>
 a { background-color: #6532CA; }

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

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

<style>
 span { border-color: #6532CA; }

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

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