#6A3CD1

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

Shades of Purple Heart #6A3CD1

Tints of Purple Heart #6A3CD1

Color information

#6A3CD1 (or 0x6A3CD1) is unknown color: approx Purple Heart. HEX triplet: 6A, 3C and D1. RGB value is (106,60,209). Sum of RGB (Red+Green+Blue) = 106+60+209=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A3CD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CD1 is #95C32E. Grayscale: #5A5A5A. Windows color (decimal): -9814831 or 13712490. OLE color: 13712490.

HSL color Cylindrical-coordinate representation of color #6A3CD1: hue angle of 258.52º 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 #6A3CD1 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10660209-
CMYK0.490.7100.18
HSL258.52º61.83%52.75%-
HSV(B)258.52º71.29%81.96%-
XYZ19.0710.961.42-
YUV90.74194.74138.88-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 60 (23.83% from 255) = 16%
BLUE value IS 209 (82.03% from 255) = 55.73%
R=28.27%
G=16%
B=55.73%

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
Decimal106602090.490.7100.18258.5261.8352.75
Hex6A3CD131470121033e35
Octal15274321611070224037665
Binary1101010111100110100011100011000111010010100000011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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