#6A3FD9

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

Shades of Purple Heart #6A3FD9

Tints of Purple Heart #6A3FD9

Color information

#6A3FD9 (or 0x6A3FD9) is unknown color: approx Purple Heart. HEX triplet: 6A, 3F and D9. RGB value is (106,63,217). Sum of RGB (Red+Green+Blue) = 106+63+217=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 217 (85.16% from 255 or 56.22% from 386); Max value from RGB is 217 - color contains mainly: blue. Hex color #6A3FD9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3FD9 is #95C026. Grayscale: #5C5C5C. Windows color (decimal): -9814055 or 14237546. OLE color: 14237546.

HSL color Cylindrical-coordinate representation of color #6A3FD9: hue angle of 256.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6A3FD9 is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10663217-
CMYK0.510.7100.15
HSL256.75º66.96%54.9%-
HSV(B)256.75º70.97%85.1%-
XYZ20.2511.6366.82-
YUV93.41197.75136.98-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 63 (25% from 255) = 16.32%
BLUE value IS 217 (85.16% from 255) = 56.22%
R=27.46%
G=16.32%
B=56.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal106632170.510.7100.15256.7566.9654.9
Hex6A3FD933470F1014337
Octal152773316310701740110367
Binary1101010111111110110011100111000111011111000000011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,217); }

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

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

 a { background-color: rgb(106,63,217); }

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

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

 span { border-color: rgb(106,63,217); }

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