#6939E1

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

Shades of Purple Heart #6939E1

Tints of Purple Heart #6939E1

Color information

#6939E1 (or 0x6939E1) is unknown color: approx Purple Heart. HEX triplet: 69, 39 and E1. RGB value is (105,57,225). Sum of RGB (Red+Green+Blue) = 105+57+225=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 225 (88.28% from 255 or 58.14% from 387); Max value from RGB is 225 - color contains mainly: blue. Hex color #6939E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6939E1 is #96C61E. Grayscale: #595959. Windows color (decimal): -9881119 or 14760297. OLE color: 14760297.

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

Color convert

RGB10557225-
CMYK0.530.7500.12
HSL257.14º73.68%55.29%-
HSV(B)257.14º74.67%88.24%-
XYZ20.8811.3772.33-
YUV90.5203.9138.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 57 (22.66% from 255) = 14.73%
BLUE value IS 225 (88.28% from 255) = 58.14%
R=27.13%
G=14.73%
B=58.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105572250.530.7500.12257.1473.6855.29
Hex6939E1354B0C1014a37
Octal151713416511301440111267
Binary1101001111001111000011101011001011011001000000011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6939E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6939E1; }

 p { color: rgb(105,57,225); }

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

<style>
 a { background-color: #6939E1; }

 a { background-color: rgb(105,57,225); }

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

<style>
 span { border-color: #6939E1; }

 span { border-color: rgb(105,57,225); }

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