#6E31BD

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

Shades of Purple Heart #6E31BD

Tints of Purple Heart #6E31BD

Color information

#6E31BD (or 0x6E31BD) is unknown color: approx Purple Heart. HEX triplet: 6E, 31 and BD. RGB value is (110,49,189). Sum of RGB (Red+Green+Blue) = 110+49+189=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E31BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E31BD is #91CE42. Grayscale: #525252. Windows color (decimal): -9555523 or 12398958. OLE color: 12398958.

HSL color Cylindrical-coordinate representation of color #6E31BD: hue angle of 266.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E31BD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11049189-
CMYK0.420.7400.26
HSL266.14º58.82%46.67%-
HSV(B)266.14º74.07%74.12%-
XYZ16.719.1949.04-
YUV83.2187.71147.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 49 (19.53% from 255) = 14.08%
BLUE value IS 189 (74.22% from 255) = 54.31%
R=31.61%
G=14.08%
B=54.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal110491890.420.7400.26266.1458.8246.67
Hex6E31BD2A4A01A10a3b2f
Octal15661275521120324127357
Binary1101110110001101111011010101001010011010100001010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E31BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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