#6D21B1

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

Shades of Purple Heart #6D21B1

Tints of Purple Heart #6D21B1

Color information

#6D21B1 (or 0x6D21B1) is unknown color: approx Purple Heart. HEX triplet: 6D, 21 and B1. RGB value is (109,33,177). Sum of RGB (Red+Green+Blue) = 109+33+177=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #6D21B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D21B1 is #92DE4E. Grayscale: #474747. Windows color (decimal): -9625167 or 11608429. OLE color: 11608429.

HSL color Cylindrical-coordinate representation of color #6D21B1: hue angle of 271.67º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D21B1 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10933177-
CMYK0.380.8100.31
HSL271.67º68.57%41.18%-
HSV(B)271.67º81.36%69.41%-
XYZ14.797.5142.27-
YUV72.14187.18154.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.17%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=34.17%
G=10.34%
B=55.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109331770.380.8100.31271.6768.5741.18
Hex6D21B1265101F1104529
Octal155412614612103742010551
Binary11011011000011011000110011010100010111111000100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D21B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,33,177); }

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

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

 a { background-color: rgb(109,33,177); }

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

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

 span { border-color: rgb(109,33,177); }

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