#6F21BF

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

Shades of Purple Heart #6F21BF

Tints of Purple Heart #6F21BF

Color information

#6F21BF (or 0x6F21BF) is unknown color: approx Purple Heart. HEX triplet: 6F, 21 and BF. RGB value is (111,33,191). Sum of RGB (Red+Green+Blue) = 111+33+191=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F21BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F21BF is #90DE40. Grayscale: #494949. Windows color (decimal): -9494081 or 12525935. OLE color: 12525935.

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

Color convert

RGB11133191-
CMYK0.420.8300.25
HSL269.62º70.54%43.92%-
HSV(B)269.62º82.72%74.9%-
XYZ16.58.2350.01-
YUV74.33193.84154.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 191 (75% from 255) = 57.01%
R=33.13%
G=9.85%
B=57.01%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111331910.420.8300.25269.6270.5443.92
Hex6F21BF2A5301910e472c
Octal157412775212303141610754
Binary11011111000011011111110101010100110110011000011101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F21BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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