#6C01BA

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

Shades of Purple Heart #6C01BA

Tints of Purple Heart #6C01BA

Color information

#6C01BA (or 0x6C01BA) is unknown color: approx Purple Heart. HEX triplet: 6C, 01 and BA. RGB value is (108,1,186). Sum of RGB (Red+Green+Blue) = 108+1+186=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 186 (73.05% from 255 or 63.05% from 295); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C01BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C01BA is #93FE45. Grayscale: #353535. Windows color (decimal): -9698886 or 12190060. OLE color: 12190060.

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

Color convert

RGB1081186-
CMYK0.420.9900.27
HSL274.7º98.93%36.67%-
HSV(B)274.7º99.46%72.94%-
XYZ15.066.7646.96-
YUV54.08202.45166.46-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 186 (73.05% from 255) = 63.05%
R=36.61%
G=0.34%
B=63.05%

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
Decimal10811860.420.9900.27274.798.9336.67
Hex6C1BA2A6301B1136325
Octal15412725214303342314345
Binary110110011011101010101011000110110111000100111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C01BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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