#6B26BF

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

Shades of Purple Heart #6B26BF

Tints of Purple Heart #6B26BF

Color information

#6B26BF (or 0x6B26BF) is unknown color: approx Purple Heart. HEX triplet: 6B, 26 and BF. RGB value is (107,38,191). Sum of RGB (Red+Green+Blue) = 107+38+191=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B26BF is #94D940. Grayscale: #4B4B4B. Windows color (decimal): -9754945 or 12527211. OLE color: 12527211.

HSL color Cylindrical-coordinate representation of color #6B26BF: hue angle of 267.06º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B26BF is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10738191-
CMYK0.440.8000.25
HSL267.06º66.81%44.9%-
HSV(B)267.06º80.1%74.9%-
XYZ16.168.2750.04-
YUV76.07192.86150.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.85%
GREEN value IS 38 (15.23% from 255) = 11.31%
BLUE value IS 191 (75% from 255) = 56.85%
R=31.85%
G=11.31%
B=56.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal107381910.440.8000.25267.0666.8144.9
Hex6B26BF2C5001910b432d
Octal153462775412003141310355
Binary11010111001101011111110110010100000110011000010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,38,191); }

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

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

 a { background-color: rgb(107,38,191); }

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

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

 span { border-color: rgb(107,38,191); }

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