#6D05BA

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

Shades of Purple Heart #6D05BA

Tints of Purple Heart #6D05BA

Color information

#6D05BA (or 0x6D05BA) is unknown color: approx Purple Heart. HEX triplet: 6D, 05 and BA. RGB value is (109,5,186). Sum of RGB (Red+Green+Blue) = 109+5+186=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D05BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D05BA is #92FA45. Grayscale: #383838. Windows color (decimal): -9632326 or 12191085. OLE color: 12191085.

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

Color convert

RGB1095186-
CMYK0.410.9700.27
HSL274.48º94.76%37.45%-
HSV(B)274.48º97.31%72.94%-
XYZ15.226.946.98-
YUV56.73200.96165.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 186 (73.05% from 255) = 62%
R=36.33%
G=1.67%
B=62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10951860.410.9700.27274.4894.7637.45
Hex6D5BA296101B1125f25
Octal15552725114103342213745
Binary11011011011011101010100111000010110111000100101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D05BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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