#6532C6

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

Shades of Purple Heart #6532C6

Tints of Purple Heart #6532C6

Color information

#6532C6 (or 0x6532C6) is unknown color: approx Purple Heart. HEX triplet: 65, 32 and C6. RGB value is (101,50,198). Sum of RGB (Red+Green+Blue) = 101+50+198=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 198 (77.73% from 255 or 56.73% from 349); Max value from RGB is 198 - color contains mainly: blue. Hex color #6532C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532C6 is #9ACD39. Grayscale: #515151. Windows color (decimal): -10145082 or 12989029. OLE color: 12989029.

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

Color convert

RGB10150198-
CMYK0.490.7500.22
HSL260.68º59.68%48.63%-
HSV(B)260.68º74.75%77.65%-
XYZ16.79.1354.31-
YUV82.12193.4141.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.94%
GREEN value IS 50 (19.92% from 255) = 14.33%
BLUE value IS 198 (77.73% from 255) = 56.73%
R=28.94%
G=14.33%
B=56.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal101501980.490.7500.22260.6859.6848.63
Hex6532C6314B0161053c31
Octal14562306611130264057461
Binary1100101110010110001101100011001011010110100000101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6532C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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