#6a2de1

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

Shades of Purple Heart #6A2DE1

Tints of Purple Heart #6A2DE1

Color information

#6A2DE1 (or 0x6A2DE1) is unknown color: approx Purple Heart. HEX triplet: 6A, 2D and E1. RGB value is (106,45,225). Sum of RGB (Red+Green+Blue) = 106+45+225=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 225 (88.28% from 255 or 59.84% from 376); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A2DE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2DE1 is #95D21E. Grayscale: #535353. Windows color (decimal): -9818655 or 14757226. OLE color: 14757226.

HSL color Cylindrical-coordinate representation of color #6A2DE1: hue angle of 260.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A2DE1 is Cyan = 0.53, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10645225-
CMYK0.530.800.12
HSL260.33º75%52.94%-
HSV(B)260.33º80%88.24%-
XYZ20.4710.3872.16-
YUV83.76207.71143.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 45 (17.97% from 255) = 11.97%
BLUE value IS 225 (88.28% from 255) = 59.84%
R=28.19%
G=11.97%
B=59.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106452250.530.800.12260.337552.94
Hex6A2DE135500C1044b35
Octal152553416512001440411365
Binary1101010101101111000011101011010000011001000001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a2de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,45,225); }

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

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

 a { background-color: rgb(106,45,225); }

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

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

 span { border-color: rgb(106,45,225); }

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