#6E34CA

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

Shades of Purple Heart #6E34CA

Tints of Purple Heart #6E34CA

Color information

#6E34CA (or 0x6E34CA) is unknown color: approx Purple Heart. HEX triplet: 6E, 34 and CA. RGB value is (110,52,202). Sum of RGB (Red+Green+Blue) = 110+52+202=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E34CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E34CA is #91CB35. Grayscale: #555555. Windows color (decimal): -9554742 or 13251694. OLE color: 13251694.

HSL color Cylindrical-coordinate representation of color #6E34CA: hue angle of 263.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E34CA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11052202-
CMYK0.460.7400.21
HSL263.2º59.06%49.8%-
HSV(B)263.2º74.26%79.22%-
XYZ18.3210.0456.85-
YUV86.44193.22144.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=30.22%
G=14.29%
B=55.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110522020.460.7400.21263.259.0649.8
Hex6E34CA2E4A0151073b32
Octal15664312561120254077362
Binary1101110110100110010101011101001010010101100000111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E34CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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