#6A2FE1

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

Shades of Purple Heart #6A2FE1

Tints of Purple Heart #6A2FE1

Color information

#6A2FE1 (or 0x6A2FE1) is unknown color: approx Purple Heart. HEX triplet: 6A, 2F and E1. RGB value is (106,47,225). Sum of RGB (Red+Green+Blue) = 106+47+225=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 225 (88.28% from 255 or 59.52% from 378); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A2FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2FE1 is #95D01E. Grayscale: #545454. Windows color (decimal): -9818143 or 14757738. OLE color: 14757738.

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

Color convert

RGB10647225-
CMYK0.530.7900.12
HSL259.89º74.79%53.33%-
HSV(B)259.89º79.11%88.24%-
XYZ20.5510.5372.18-
YUV84.93207.05143.03-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.04%
GREEN value IS 47 (18.75% from 255) = 12.43%
BLUE value IS 225 (88.28% from 255) = 59.52%
R=28.04%
G=12.43%
B=59.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106472250.530.7900.12259.8974.7953.33
Hex6A2FE1354F0C1044b35
Octal152573416511701440411365
Binary1101010101111111000011101011001111011001000001001001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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