#6C37D1

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

Shades of Purple Heart #6C37D1

Tints of Purple Heart #6C37D1

Color information

#6C37D1 (or 0x6C37D1) is unknown color: approx Purple Heart. HEX triplet: 6C, 37 and D1. RGB value is (108,55,209). Sum of RGB (Red+Green+Blue) = 108+55+209=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 55 (21.88% from 255 or 14.78% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C37D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C37D1 is #93C82E. Grayscale: #575757. Windows color (decimal): -9685039 or 13711212. OLE color: 13711212.

HSL color Cylindrical-coordinate representation of color #6C37D1: hue angle of 260.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C37D1 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10855209-
CMYK0.480.7400.18
HSL260.65º62.6%51.76%-
HSV(B)260.65º73.68%81.96%-
XYZ19.0610.5261.35-
YUV88.4196.06141.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.03%
GREEN value IS 55 (21.88% from 255) = 14.78%
BLUE value IS 209 (82.03% from 255) = 56.18%
R=29.03%
G=14.78%
B=56.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal108552090.480.7400.18260.6562.651.76
Hex6C37D1304A0121053f34
Octal15467321601120224057764
Binary1101100110111110100011100001001010010010100000101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C37D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,55,209); }

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

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

 a { background-color: rgb(108,55,209); }

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

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

 span { border-color: rgb(108,55,209); }

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