#6B11BE

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

Shades of Purple Heart #6B11BE

Tints of Purple Heart #6B11BE

Color information

#6B11BE (or 0x6B11BE) is unknown color: approx Purple Heart. HEX triplet: 6B, 11 and BE. RGB value is (107,17,190). Sum of RGB (Red+Green+Blue) = 107+17+190=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B11BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B11BE is #94EE41. Grayscale: #3F3F3F. Windows color (decimal): -9760322 or 12456299. OLE color: 12456299.

HSL color Cylindrical-coordinate representation of color #6B11BE: hue angle of 271.21º degrees, saturation: 0.84, 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 #6B11BE is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10717190-
CMYK0.440.9100.25
HSL271.21º83.57%40.59%-
HSV(B)271.21º91.05%74.51%-
XYZ15.567.2449.29-
YUV63.63199.32158.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.08%
GREEN value IS 17 (7.03% from 255) = 5.41%
BLUE value IS 190 (74.61% from 255) = 60.51%
R=34.08%
G=5.41%
B=60.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107171900.440.9100.25271.2183.5740.59
Hex6B11BE2C5B01910f5429
Octal153212765413303141712451
Binary1101011100011011111010110010110110110011000011111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B11BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,17,190); }

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

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

 a { background-color: rgb(107,17,190); }

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

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

 span { border-color: rgb(107,17,190); }

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