#6B3ED1

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

Shades of Purple Heart #6B3ED1

Tints of Purple Heart #6B3ED1

Color information

#6B3ED1 (or 0x6B3ED1) is unknown color: approx Purple Heart. HEX triplet: 6B, 3E and D1. RGB value is (107,62,209). Sum of RGB (Red+Green+Blue) = 107+62+209=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #6B3ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3ED1 is #94C12E. Grayscale: #5B5B5B. Windows color (decimal): -9748783 or 13713003. OLE color: 13713003.

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

Color convert

RGB10762209-
CMYK0.490.7000.18
HSL258.37º61.51%53.14%-
HSV(B)258.37º70.33%81.96%-
XYZ19.2911.1761.46-
YUV92.21193.91138.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 209 (82.03% from 255) = 55.29%
R=28.31%
G=16.40%
B=55.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal107622090.490.7000.18258.3761.5153.14
Hex6B3ED131460121023e35
Octal15376321611060224027665
Binary1101011111110110100011100011000110010010100000010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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