#6931E5

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

Shades of Purple Heart #6931E5

Tints of Purple Heart #6931E5

Color information

#6931E5 (or 0x6931E5) is unknown color: approx Purple Heart. HEX triplet: 69, 31 and E5. RGB value is (105,49,229). Sum of RGB (Red+Green+Blue) = 105+49+229=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 229 (89.84% from 255 or 59.79% from 383); Max value from RGB is 229 - color contains mainly: blue. Hex color #6931E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6931E5 is #96CE1A. Grayscale: #555555. Windows color (decimal): -9883163 or 15020393. OLE color: 15020393.

HSL color Cylindrical-coordinate representation of color #6931E5: hue angle of 258.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6931E5 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10549229-
CMYK0.540.7900.10
HSL258.67º77.59%54.51%-
HSV(B)258.67º78.6%89.8%-
XYZ21.0710.8675.11-
YUV86.26208.55141.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.42%
GREEN value IS 49 (19.53% from 255) = 12.79%
BLUE value IS 229 (89.84% from 255) = 59.79%
R=27.42%
G=12.79%
B=59.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal105492290.540.7900.10258.6777.5954.51
Hex6931E5364F0A1034e37
Octal151613456611701240311667
Binary1101001110001111001011101101001111010101000000111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6931E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6931E5; }

 p { color: rgb(105,49,229); }

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

<style>
 a { background-color: #6931E5; }

 a { background-color: rgb(105,49,229); }

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

<style>
 span { border-color: #6931E5; }

 span { border-color: rgb(105,49,229); }

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