#6A34E1

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

Shades of Purple Heart #6A34E1

Tints of Purple Heart #6A34E1

Color information

#6A34E1 (or 0x6A34E1) is unknown color: approx Purple Heart. HEX triplet: 6A, 34 and E1. RGB value is (106,52,225). Sum of RGB (Red+Green+Blue) = 106+52+225=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 225 (88.28% from 255 or 58.75% from 383); Max value from RGB is 225 - color contains mainly: blue. Hex color #6A34E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A34E1 is #95CB1E. Grayscale: #575757. Windows color (decimal): -9816863 or 14759018. OLE color: 14759018.

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

Color convert

RGB10652225-
CMYK0.530.7700.12
HSL258.73º74.25%54.31%-
HSV(B)258.73º76.89%88.24%-
XYZ20.7610.9672.25-
YUV87.87205.39140.93-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 52 (20.70% from 255) = 13.58%
BLUE value IS 225 (88.28% from 255) = 58.75%
R=27.68%
G=13.58%
B=58.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal106522250.530.7700.12258.7374.2554.31
Hex6A34E1354D0C1034a36
Octal152643416511501440311266
Binary1101010110100111000011101011001101011001000000111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A34E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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