#6F40BF

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

Shades of Purple Heart #6F40BF

Tints of Purple Heart #6F40BF

Color information

#6F40BF (or 0x6F40BF) is unknown color: approx Purple Heart. HEX triplet: 6F, 40 and BF. RGB value is (111,64,191). Sum of RGB (Red+Green+Blue) = 111+64+191=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F40BF is #90BF40. Grayscale: #5C5C5C. Windows color (decimal): -9486145 or 12533871. OLE color: 12533871.

HSL color Cylindrical-coordinate representation of color #6F40BF: hue angle of 262.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F40BF is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11164191-
CMYK0.420.6600.25
HSL262.2º49.8%50%-
HSV(B)262.2º66.49%74.9%-
XYZ17.7910.8150.44-
YUV92.53183.57141.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.33%
GREEN value IS 64 (25.39% from 255) = 17.49%
BLUE value IS 191 (75% from 255) = 52.19%
R=30.33%
G=17.49%
B=52.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111641910.420.6600.25262.249.850
Hex6F40BF2A420191063232
Octal157100277521020314066262
Binary11011111000000101111111010101000010011001100000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F40BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,64,191); }

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

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

 a { background-color: rgb(111,64,191); }

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

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

 span { border-color: rgb(111,64,191); }

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