#6A3ED0

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

Shades of Purple Heart #6A3ED0

Tints of Purple Heart #6A3ED0

Color information

#6A3ED0 (or 0x6A3ED0) is unknown color: approx Purple Heart. HEX triplet: 6A, 3E and D0. RGB value is (106,62,208). Sum of RGB (Red+Green+Blue) = 106+62+208=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A3ED0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3ED0 is #95C12F. Grayscale: #5B5B5B. Windows color (decimal): -9814320 or 13647466. OLE color: 13647466.

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

Color convert

RGB10662208-
CMYK0.490.7000.18
HSL258.08º60.83%52.94%-
HSV(B)258.08º70.19%81.57%-
XYZ19.0511.0660.81-
YUV91.8193.58138.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 62 (24.61% from 255) = 16.49%
BLUE value IS 208 (81.64% from 255) = 55.32%
R=28.19%
G=16.49%
B=55.32%

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
Decimal106622080.490.7000.18258.0860.8352.94
Hex6A3ED031460121023d35
Octal15276320611060224027565
Binary1101010111110110100001100011000110010010100000010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,62,208); }

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

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

 a { background-color: rgb(106,62,208); }

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

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

 span { border-color: rgb(106,62,208); }

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