#6A3CDB

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

Shades of Purple Heart #6A3CDB

Tints of Purple Heart #6A3CDB

Color information

#6A3CDB (or 0x6A3CDB) is unknown color: approx Purple Heart. HEX triplet: 6A, 3C and DB. RGB value is (106,60,219). Sum of RGB (Red+Green+Blue) = 106+60+219=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A3CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3CDB is #95C324. Grayscale: #5B5B5B. Windows color (decimal): -9814821 or 14367850. OLE color: 14367850.

HSL color Cylindrical-coordinate representation of color #6A3CDB: hue angle of 257.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6A3CDB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10660219-
CMYK0.520.7300.14
HSL257.36º68.83%54.71%-
HSV(B)257.36º72.6%85.88%-
XYZ20.3511.4168.15-
YUV91.88199.74138.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.53%
GREEN value IS 60 (23.83% from 255) = 15.58%
BLUE value IS 219 (85.94% from 255) = 56.88%
R=27.53%
G=15.58%
B=56.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106602190.520.7300.14257.3668.8354.71
Hex6A3CDB34490E1014537
Octal152743336411101640110567
Binary1101010111100110110111101001001001011101000000011000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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