#6B01BA

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

Shades of Purple Heart #6B01BA

Tints of Purple Heart #6B01BA

Color information

#6B01BA (or 0x6B01BA) is unknown color: approx Purple Heart. HEX triplet: 6B, 01 and BA. RGB value is (107,1,186). Sum of RGB (Red+Green+Blue) = 107+1+186=294 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.39% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #6B01BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B01BA is #94FE45. Grayscale: #353535. Windows color (decimal): -9764422 or 12190059. OLE color: 12190059.

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

Color convert

RGB1071186-
CMYK0.420.9900.27
HSL274.38º98.93%36.67%-
HSV(B)274.38º99.46%72.94%-
XYZ14.946.6946.96-
YUV53.78202.62165.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.39%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 186 (73.05% from 255) = 63.27%
R=36.39%
G=0.34%
B=63.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10711860.420.9900.27274.3898.9336.67
Hex6B1BA2A6301B1126325
Octal15312725214303342214345
Binary110101111011101010101011000110110111000100101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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