#6E34B4

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

Shades of Purple Heart #6E34B4

Tints of Purple Heart #6E34B4

Color information

#6E34B4 (or 0x6E34B4) is unknown color: approx Purple Heart. HEX triplet: 6E, 34 and B4. RGB value is (110,52,180). Sum of RGB (Red+Green+Blue) = 110+52+180=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 180 (70.70% from 255 or 52.63% from 342); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E34B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E34B4 is #91CB4B. Grayscale: #535353. Windows color (decimal): -9554764 or 11809902. OLE color: 11809902.

HSL color Cylindrical-coordinate representation of color #6E34B4: hue angle of 267.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E34B4 is Cyan = 0.39, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11052180-
CMYK0.390.7100.29
HSL267.19º55.17%45.49%-
HSV(B)267.19º71.11%70.59%-
XYZ15.99.0744.09-
YUV83.93182.22146.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 52 (20.70% from 255) = 15.20%
BLUE value IS 180 (70.70% from 255) = 52.63%
R=32.16%
G=15.20%
B=52.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110521800.390.7100.29267.1955.1745.49
Hex6E34B4274701D10b372d
Octal15664264471070354136755
Binary1101110110100101101001001111000111011101100001011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E34B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,52,180); }

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

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

 a { background-color: rgb(110,52,180); }

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

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

 span { border-color: rgb(110,52,180); }

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