#6D32DD

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

Shades of Purple Heart #6D32DD

Tints of Purple Heart #6D32DD

Color information

#6D32DD (or 0x6D32DD) is unknown color: approx Purple Heart. HEX triplet: 6D, 32 and DD. RGB value is (109,50,221). Sum of RGB (Red+Green+Blue) = 109+50+221=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #6D32DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D32DD is #92CD22. Grayscale: #565656. Windows color (decimal): -9620771 or 14496365. OLE color: 14496365.

HSL color Cylindrical-coordinate representation of color #6D32DD: hue angle of 260.7º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D32DD is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10950221-
CMYK0.510.7700.13
HSL260.7º71.55%53.14%-
HSV(B)260.7º77.38%86.67%-
XYZ20.510.7569.4-
YUV87.14203.55143.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.68%
GREEN value IS 50 (19.92% from 255) = 13.16%
BLUE value IS 221 (86.72% from 255) = 58.16%
R=28.68%
G=13.16%
B=58.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal109502210.510.7700.13260.771.5553.14
Hex6D32DD334D0D1054835
Octal155623356311501540511065
Binary1101101110010110111011100111001101011011000001011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D32DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D32DD; }

 p { color: rgb(109,50,221); }

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

<style>
 a { background-color: #6D32DD; }

 a { background-color: rgb(109,50,221); }

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

<style>
 span { border-color: #6D32DD; }

 span { border-color: rgb(109,50,221); }

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