#6C2EAE

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

Shades of Purple Heart #6C2EAE

Tints of Purple Heart #6C2EAE

Color information

#6C2EAE (or 0x6C2EAE) is unknown color: approx Purple Heart. HEX triplet: 6C, 2E and AE. RGB value is (108,46,174). Sum of RGB (Red+Green+Blue) = 108+46+174=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C2EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2EAE is #93D151. Grayscale: #4E4E4E. Windows color (decimal): -9687378 or 11415148. OLE color: 11415148.

HSL color Cylindrical-coordinate representation of color #6C2EAE: hue angle of 269.06º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C2EAE is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10846174-
CMYK0.380.7400.32
HSL269.06º58.18%43.14%-
HSV(B)269.06º73.56%68.24%-
XYZ14.88.240.85-
YUV79.13181.54148.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 46 (18.36% from 255) = 14.02%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=32.93%
G=14.02%
B=53.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal108461740.380.7400.32269.0658.1843.14
Hex6C2EAE264A02010d3a2b
Octal15456256461120404157253
Binary11011001011101010111010011010010100100000100001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,46,174); }

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

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

 a { background-color: rgb(108,46,174); }

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

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

 span { border-color: rgb(108,46,174); }

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