#6C26BF

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

Shades of Purple Heart #6C26BF

Tints of Purple Heart #6C26BF

Color information

#6C26BF (or 0x6C26BF) is unknown color: approx Purple Heart. HEX triplet: 6C, 26 and BF. RGB value is (108,38,191). Sum of RGB (Red+Green+Blue) = 108+38+191=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C26BF is #93D940. Grayscale: #4B4B4B. Windows color (decimal): -9689409 or 12527212. OLE color: 12527212.

HSL color Cylindrical-coordinate representation of color #6C26BF: hue angle of 267.45º 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 #6C26BF is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10838191-
CMYK0.430.8000.25
HSL267.45º66.81%44.9%-
HSV(B)267.45º80.1%74.9%-
XYZ16.288.3450.04-
YUV76.37192.69150.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 191 (75% from 255) = 56.68%
R=32.05%
G=11.28%
B=56.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108381910.430.8000.25267.4566.8144.9
Hex6C26BF2B5001910b432d
Octal154462775312003141310355
Binary11011001001101011111110101110100000110011000010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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