#6E37CA

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

Shades of Purple Heart #6E37CA

Tints of Purple Heart #6E37CA

Color information

#6E37CA (or 0x6E37CA) is unknown color: approx Purple Heart. HEX triplet: 6E, 37 and CA. RGB value is (110,55,202). Sum of RGB (Red+Green+Blue) = 110+55+202=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 55 (21.88% from 255 or 14.99% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E37CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E37CA is #91C835. Grayscale: #575757. Windows color (decimal): -9553974 or 13252462. OLE color: 13252462.

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

Color convert

RGB11055202-
CMYK0.460.7300.21
HSL262.45º58.1%50.39%-
HSV(B)262.45º72.77%79.22%-
XYZ18.4610.3156.89-
YUV88.2192.22143.55-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.97%
GREEN value IS 55 (21.88% from 255) = 14.99%
BLUE value IS 202 (79.30% from 255) = 55.04%
R=29.97%
G=14.99%
B=55.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110552020.460.7300.21262.4558.150.39
Hex6E37CA2E490151063a32
Octal15667312561110254067262
Binary1101110110111110010101011101001001010101100000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E37CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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