#6b41ba

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

Shades of Purple Heart #6B41BA

Tints of Purple Heart #6B41BA

Color information

#6B41BA (or 0x6B41BA) is unknown color: approx Purple Heart. HEX triplet: 6B, 41 and BA. RGB value is (107,65,186). Sum of RGB (Red+Green+Blue) = 107+65+186=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B41BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B41BA is #94BE45. Grayscale: #5A5A5A. Windows color (decimal): -9748038 or 12206443. OLE color: 12206443.

HSL color Cylindrical-coordinate representation of color #6B41BA: hue angle of 260.83º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B41BA is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10765186-
CMYK0.420.6500.27
HSL260.83º48.21%49.22%-
HSV(B)260.83º65.05%72.94%-
XYZ16.8210.4547.59-
YUV91.35181.41139.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.89%
GREEN value IS 65 (25.78% from 255) = 18.16%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=29.89%
G=18.16%
B=51.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107651860.420.6500.27260.8348.2149.22
Hex6B41BA2A4101B1053031
Octal153101272521010334056061
Binary11010111000001101110101010101000001011011100000101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b41ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,65,186); }

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

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

 a { background-color: rgb(107,65,186); }

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

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

 span { border-color: rgb(107,65,186); }

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