#6A34E5

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

Shades of Purple Heart #6A34E5

Tints of Purple Heart #6A34E5

Color information

#6A34E5 (or 0x6A34E5) is unknown color: approx Purple Heart. HEX triplet: 6A, 34 and E5. RGB value is (106,52,229). Sum of RGB (Red+Green+Blue) = 106+52+229=387 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.39% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 229 (89.84% from 255 or 59.17% from 387); Max value from RGB is 229 - color contains mainly: blue. Hex color #6A34E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A34E5 is #95CB1A. Grayscale: #575757. Windows color (decimal): -9816859 or 15021162. OLE color: 15021162.

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

Color convert

RGB10652229-
CMYK0.540.7700.10
HSL258.31º77.29%55.1%-
HSV(B)258.31º77.29%89.8%-
XYZ21.3111.1875.16-
YUV88.32207.39140.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.39%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 229 (89.84% from 255) = 59.17%
R=27.39%
G=13.44%
B=59.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal106522290.540.7700.10258.3177.2955.1
Hex6A34E5364D0A1024d37
Octal152643456611501240211567
Binary1101010110100111001011101101001101010101000000101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A34E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,229); }

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

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

 a { background-color: rgb(106,52,229); }

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

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

 span { border-color: rgb(106,52,229); }

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