#6831BA

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

Shades of Purple Heart #6831BA

Tints of Purple Heart #6831BA

Color information

#6831BA (or 0x6831BA) is unknown color: approx Purple Heart. HEX triplet: 68, 31 and BA. RGB value is (104,49,186). Sum of RGB (Red+Green+Blue) = 104+49+186=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #6831BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6831BA is #97CE45. Grayscale: #505050. Windows color (decimal): -9948742 or 12202344. OLE color: 12202344.

HSL color Cylindrical-coordinate representation of color #6831BA: hue angle of 264.09º 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 #6831BA is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10449186-
CMYK0.440.7400.27
HSL264.09º58.3%46.08%-
HSV(B)264.09º73.66%72.94%-
XYZ15.678.6847.3-
YUV81.06187.22144.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 186 (73.05% from 255) = 54.87%
R=30.68%
G=14.45%
B=54.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal104491860.440.7400.27264.0958.346.08
Hex6831BA2C4A01B1083a2e
Octal15061272541120334107256
Binary1101000110001101110101011001001010011011100001000111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6831BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6831BA; }

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

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

<style>
 a { background-color: #6831BA; }

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

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

<style>
 span { border-color: #6831BA; }

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

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