#6F15BD

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

Shades of Purple Heart #6F15BD

Tints of Purple Heart #6F15BD

Color information

#6F15BD (or 0x6F15BD) is unknown color: approx Purple Heart. HEX triplet: 6F, 15 and BD. RGB value is (111,21,189). Sum of RGB (Red+Green+Blue) = 111+21+189=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 189 (74.22% from 255 or 58.88% from 321); Max value from RGB is 189 - color contains mainly: blue. Hex color #6F15BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F15BD is #90EA42. Grayscale: #424242. Windows color (decimal): -9497155 or 12391791. OLE color: 12391791.

HSL color Cylindrical-coordinate representation of color #6F15BD: hue angle of 272.14º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F15BD is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11121189-
CMYK0.410.8900.26
HSL272.14º80%41.18%-
HSV(B)272.14º88.89%74.12%-
XYZ16.017.5948.77-
YUV67.06196.82159.34-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 21 (8.59% from 255) = 6.54%
BLUE value IS 189 (74.22% from 255) = 58.88%
R=34.58%
G=6.54%
B=58.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111211890.410.8900.26272.148041.18
Hex6F15BD295901A1105029
Octal157252755113103242012051
Binary1101111101011011110110100110110010110101000100001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F15BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,21,189); }

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

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

 a { background-color: rgb(111,21,189); }

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

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

 span { border-color: rgb(111,21,189); }

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