#6E31CA

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

Shades of Purple Heart #6E31CA

Tints of Purple Heart #6E31CA

Color information

#6E31CA (or 0x6E31CA) is unknown color: approx Purple Heart. HEX triplet: 6E, 31 and CA. RGB value is (110,49,202). Sum of RGB (Red+Green+Blue) = 110+49+202=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 202 (79.30% from 255 or 55.96% from 361); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E31CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E31CA is #91CE35. Grayscale: #545454. Windows color (decimal): -9555510 or 13250926. OLE color: 13250926.

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

Color convert

RGB11049202-
CMYK0.460.7600.21
HSL263.92º60.96%49.22%-
HSV(B)263.92º75.74%79.22%-
XYZ18.199.7856.81-
YUV84.68194.21146.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 202 (79.30% from 255) = 55.96%
R=30.47%
G=13.57%
B=55.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal110492020.460.7600.21263.9260.9649.22
Hex6E31CA2E4C0151083d31
Octal15661312561140254107561
Binary1101110110001110010101011101001100010101100001000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E31CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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