#6B3BBA

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

Shades of Purple Heart #6B3BBA

Tints of Purple Heart #6B3BBA

Color information

#6B3BBA (or 0x6B3BBA) is unknown color: approx Purple Heart. HEX triplet: 6B, 3B and BA. RGB value is (107,59,186). Sum of RGB (Red+Green+Blue) = 107+59+186=352 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.40% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B3BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3BBA is #94C445. Grayscale: #575757. Windows color (decimal): -9749574 or 12204907. OLE color: 12204907.

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

Color convert

RGB10759186-
CMYK0.420.6800.27
HSL262.68º51.84%48.04%-
HSV(B)262.68º68.28%72.94%-
XYZ16.499.847.48-
YUV87.83183.4141.67-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.40%
GREEN value IS 59 (23.44% from 255) = 16.76%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=30.40%
G=16.76%
B=52.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal107591860.420.6800.27262.6851.8448.04
Hex6B3BBA2A4401B1073430
Octal15373272521040334076460
Binary1101011111011101110101010101000100011011100000111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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