#6D03BB

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

Shades of Purple Heart #6D03BB

Tints of Purple Heart #6D03BB

Color information

#6D03BB (or 0x6D03BB) is unknown color: approx Purple Heart. HEX triplet: 6D, 03 and BB. RGB value is (109,3,187). Sum of RGB (Red+Green+Blue) = 109+3+187=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D03BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03BB is #92FC44. Grayscale: #373737. Windows color (decimal): -9632837 or 12256109. OLE color: 12256109.

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

Color convert

RGB1093187-
CMYK0.420.9800.27
HSL274.57º96.84%37.25%-
HSV(B)274.57º98.4%73.33%-
XYZ15.316.947.54-
YUV55.67202.12166.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 187 (73.44% from 255) = 62.54%
R=36.45%
G=1.00%
B=62.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10931870.420.9800.27274.5796.8437.25
Hex6D3BB2A6201B1136125
Octal15532735214203342314145
Binary1101101111011101110101011000100110111000100111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D03BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,3,187); }

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

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

 a { background-color: rgb(109,3,187); }

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

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

 span { border-color: rgb(109,3,187); }

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