#6B3CD1

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

Shades of Purple Heart #6B3CD1

Tints of Purple Heart #6B3CD1

Color information

#6B3CD1 (or 0x6B3CD1) is unknown color: approx Purple Heart. HEX triplet: 6B, 3C and D1. RGB value is (107,60,209). Sum of RGB (Red+Green+Blue) = 107+60+209=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B3CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CD1 is #94C32E. Grayscale: #5A5A5A. Windows color (decimal): -9749295 or 13712491. OLE color: 13712491.

HSL color Cylindrical-coordinate representation of color #6B3CD1: hue angle of 258.93º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B3CD1 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10760209-
CMYK0.490.7100.18
HSL258.93º61.83%52.75%-
HSV(B)258.93º71.29%81.96%-
XYZ19.1910.9661.43-
YUV91.04194.57139.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.46%
GREEN value IS 60 (23.83% from 255) = 15.96%
BLUE value IS 209 (82.03% from 255) = 55.59%
R=28.46%
G=15.96%
B=55.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107602090.490.7100.18258.9361.8352.75
Hex6B3CD131470121033e35
Octal15374321611070224037665
Binary1101011111100110100011100011000111010010100000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,60,209); }

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

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

 a { background-color: rgb(107,60,209); }

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

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

 span { border-color: rgb(107,60,209); }

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