#6a3fbe

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

Shades of Purple Heart #6A3FBE

Tints of Purple Heart #6A3FBE

Color information

#6A3FBE (or 0x6A3FBE) is unknown color: approx Purple Heart. HEX triplet: 6A, 3F and BE. RGB value is (106,63,190). Sum of RGB (Red+Green+Blue) = 106+63+190=359 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.53% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A3FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A3FBE is #95C041. Grayscale: #595959. Windows color (decimal): -9814082 or 12468074. OLE color: 12468074.

HSL color Cylindrical-coordinate representation of color #6A3FBE: hue angle of 260.31º 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 #6A3FBE is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10663190-
CMYK0.440.6700.25
HSL260.31º50.2%49.61%-
HSV(B)260.31º66.84%74.51%-
XYZ17.0210.3449.81-
YUV90.34184.25139.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.53%
GREEN value IS 63 (25% from 255) = 17.55%
BLUE value IS 190 (74.61% from 255) = 52.92%
R=29.53%
G=17.55%
B=52.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106631900.440.6700.25260.3150.249.61
Hex6A3FBE2C430191043232
Octal15277276541030314046262
Binary1101010111111101111101011001000011011001100000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a3fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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