#6D0FBF

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

Shades of Purple Heart #6D0FBF

Tints of Purple Heart #6D0FBF

Color information

#6D0FBF (or 0x6D0FBF) is unknown color: approx Purple Heart. HEX triplet: 6D, 0F and BF. RGB value is (109,15,191). Sum of RGB (Red+Green+Blue) = 109+15+191=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #6D0FBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0FBF is #92F040. Grayscale: #3E3E3E. Windows color (decimal): -9629761 or 12521325. OLE color: 12521325.

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

Color convert

RGB10915191-
CMYK0.430.9200.25
HSL272.05º85.44%40.39%-
HSV(B)272.05º92.15%74.9%-
XYZ15.887.3549.87-
YUV63.17200.14160.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 15 (6.25% from 255) = 4.76%
BLUE value IS 191 (75% from 255) = 60.63%
R=34.60%
G=4.76%
B=60.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109151910.430.9200.25272.0585.4440.39
Hex6DFBF2B5C0191105528
Octal155172775313403142012550
Binary110110111111011111110101110111000110011000100001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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