#6A3FBF

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

Shades of Purple Heart #6A3FBF

Tints of Purple Heart #6A3FBF

Color information

#6A3FBF (or 0x6A3FBF) is unknown color: approx Purple Heart. HEX triplet: 6A, 3F and BF. RGB value is (106,63,191). Sum of RGB (Red+Green+Blue) = 106+63+191=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #6A3FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3FBF is #95C040. Grayscale: #595959. Windows color (decimal): -9814081 or 12533610. OLE color: 12533610.

HSL color Cylindrical-coordinate representation of color #6A3FBF: hue angle of 260.16º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A3FBF is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10663191-
CMYK0.450.6700.25
HSL260.16º50.39%49.8%-
HSV(B)260.16º67.02%74.9%-
XYZ17.1310.3850.39-
YUV90.45184.75139.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.44%
GREEN value IS 63 (25% from 255) = 17.5%
BLUE value IS 191 (75% from 255) = 53.06%
R=29.44%
G=17.5%
B=53.06%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106631910.450.6700.25260.1650.3949.8
Hex6A3FBF2D430191043232
Octal15277277551030314046262
Binary1101010111111101111111011011000011011001100000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,63,191); }

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

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

 a { background-color: rgb(106,63,191); }

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

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

 span { border-color: rgb(106,63,191); }

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