#6B3CBA

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

Shades of Purple Heart #6B3CBA

Tints of Purple Heart #6B3CBA

Color information

#6B3CBA (or 0x6B3CBA) is unknown color: approx Purple Heart. HEX triplet: 6B, 3C and BA. RGB value is (107,60,186). Sum of RGB (Red+Green+Blue) = 107+60+186=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B3CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3CBA is #94C345. Grayscale: #575757. Windows color (decimal): -9749318 or 12205163. OLE color: 12205163.

HSL color Cylindrical-coordinate representation of color #6B3CBA: hue angle of 262.38º degrees, saturation: 0.51, 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 #6B3CBA is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10760186-
CMYK0.420.6800.27
HSL262.38º51.22%48.24%-
HSV(B)262.38º67.74%72.94%-
XYZ16.549.947.49-
YUV88.42183.07141.25-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.31%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=30.31%
G=17.00%
B=52.69%

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
Decimal107601860.420.6800.27262.3851.2248.24
Hex6B3CBA2A4401B1063330
Octal15374272521040334066360
Binary1101011111100101110101010101000100011011100000110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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