#6C05BA

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

Shades of Purple Heart #6C05BA

Tints of Purple Heart #6C05BA

Color information

#6C05BA (or 0x6C05BA) is unknown color: approx Purple Heart. HEX triplet: 6C, 05 and BA. RGB value is (108,5,186). Sum of RGB (Red+Green+Blue) = 108+5+186=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 186 (73.05% from 255 or 62.21% from 299); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C05BA is #93FA45. Grayscale: #373737. Windows color (decimal): -9697862 or 12191084. OLE color: 12191084.

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

Color convert

RGB1085186-
CMYK0.420.9700.27
HSL274.14º94.76%37.45%-
HSV(B)274.14º97.31%72.94%-
XYZ15.16.8446.98-
YUV56.43201.12164.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 186 (73.05% from 255) = 62.21%
R=36.12%
G=1.67%
B=62.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10851860.420.9700.27274.1494.7637.45
Hex6C5BA2A6101B1125f25
Octal15452725214103342213745
Binary11011001011011101010101011000010110111000100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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