#6C3DB9

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

Shades of Purple Heart #6C3DB9

Tints of Purple Heart #6C3DB9

Color information

#6C3DB9 (or 0x6C3DB9) is unknown color: approx Purple Heart. HEX triplet: 6C, 3D and B9. RGB value is (108,61,185). Sum of RGB (Red+Green+Blue) = 108+61+185=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #6C3DB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C3DB9 is #93C246. Grayscale: #585858. Windows color (decimal): -9683527 or 12139884. OLE color: 12139884.

HSL color Cylindrical-coordinate representation of color #6C3DB9: hue angle of 262.74º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C3DB9 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10861185-
CMYK0.420.6700.27
HSL262.74º50.41%48.24%-
HSV(B)262.74º67.03%72.55%-
XYZ16.6110.0346.96-
YUV89.19182.07141.42-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.51%
GREEN value IS 61 (24.22% from 255) = 17.23%
BLUE value IS 185 (72.66% from 255) = 52.26%
R=30.51%
G=17.23%
B=52.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal108611850.420.6700.27262.7450.4148.24
Hex6C3DB92A4301B1073230
Octal15475271521030334076260
Binary1101100111101101110011010101000011011011100000111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,61,185); }

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

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

 a { background-color: rgb(108,61,185); }

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

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

 span { border-color: rgb(108,61,185); }

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