#6D0CBF

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

Shades of Purple Heart #6D0CBF

Tints of Purple Heart #6D0CBF

Color information

#6D0CBF (or 0x6D0CBF) is unknown color: approx Purple Heart. HEX triplet: 6D, 0C and BF. RGB value is (109,12,191). Sum of RGB (Red+Green+Blue) = 109+12+191=312 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.94% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 191 (75% from 255 or 61.22% from 312); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D0CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0CBF is #92F340. Grayscale: #3C3C3C. Windows color (decimal): -9630529 or 12520557. OLE color: 12520557.

HSL color Cylindrical-coordinate representation of color #6D0CBF: hue angle of 272.51º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D0CBF is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10912191-
CMYK0.430.9400.25
HSL272.51º88.18%39.8%-
HSV(B)272.51º93.72%74.9%-
XYZ15.847.2849.86-
YUV61.41201.14161.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.94%
GREEN value IS 12 (5.08% from 255) = 3.85%
BLUE value IS 191 (75% from 255) = 61.22%
R=34.94%
G=3.85%
B=61.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109121910.430.9400.25272.5188.1839.8
Hex6DCBF2B5E0191115828
Octal155142775313603142113050
Binary110110111001011111110101110111100110011000100011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,12,191); }

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

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

 a { background-color: rgb(109,12,191); }

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

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

 span { border-color: rgb(109,12,191); }

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