#6912BF

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

Shades of Purple Heart #6912BF

Tints of Purple Heart #6912BF

Color information

#6912BF (or 0x6912BF) is unknown color: approx Purple Heart. HEX triplet: 69, 12 and BF. RGB value is (105,18,191). Sum of RGB (Red+Green+Blue) = 105+18+191=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #6912BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6912BF is #96ED40. Grayscale: #3F3F3F. Windows color (decimal): -9891137 or 12522089. OLE color: 12522089.

HSL color Cylindrical-coordinate representation of color #6912BF: hue angle of 270.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6912BF is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10518191-
CMYK0.450.9100.25
HSL270.17º82.78%40.98%-
HSV(B)270.17º90.58%74.9%-
XYZ15.457.249.87-
YUV63.74199.82157.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 18 (7.42% from 255) = 5.73%
BLUE value IS 191 (75% from 255) = 60.83%
R=33.44%
G=5.73%
B=60.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105181910.450.9100.25270.1782.7840.98
Hex6912BF2D5B01910e5329
Octal151222775513303141612351
Binary1101001100101011111110110110110110110011000011101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6912BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6912BF; }

 p { color: rgb(105,18,191); }

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

<style>
 a { background-color: #6912BF; }

 a { background-color: rgb(105,18,191); }

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

<style>
 span { border-color: #6912BF; }

 span { border-color: rgb(105,18,191); }

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