#6A31BA

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

Shades of Purple Heart #6A31BA

Tints of Purple Heart #6A31BA

Color information

#6A31BA (or 0x6A31BA) is unknown color: approx Purple Heart. HEX triplet: 6A, 31 and BA. RGB value is (106,49,186). Sum of RGB (Red+Green+Blue) = 106+49+186=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 186 (73.05% from 255 or 54.55% from 341); Max value from RGB is 186 - color contains mainly: blue. Hex color #6A31BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A31BA is #95CE45. Grayscale: #515151. Windows color (decimal): -9817670 or 12202346. OLE color: 12202346.

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

Color convert

RGB10649186-
CMYK0.430.7400.27
HSL264.96º58.3%46.08%-
HSV(B)264.96º73.66%72.94%-
XYZ15.918.8147.32-
YUV81.66186.88145.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 49 (19.53% from 255) = 14.37%
BLUE value IS 186 (73.05% from 255) = 54.55%
R=31.09%
G=14.37%
B=54.55%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal106491860.430.7400.27264.9658.346.08
Hex6A31BA2B4A01B1093a2e
Octal15261272531120334117256
Binary1101010110001101110101010111001010011011100001001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A31BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,49,186); }

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

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

 a { background-color: rgb(106,49,186); }

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

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

 span { border-color: rgb(106,49,186); }

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