#6A26BF

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

Shades of Purple Heart #6A26BF

Tints of Purple Heart #6A26BF

Color information

#6A26BF (or 0x6A26BF) is unknown color: approx Purple Heart. HEX triplet: 6A, 26 and BF. RGB value is (106,38,191). Sum of RGB (Red+Green+Blue) = 106+38+191=335 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.64% from 335); Green value is 38 (15.23% from 255 or 11.34% 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 #6A26BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A26BF is #95D940. Grayscale: #4B4B4B. Windows color (decimal): -9820481 or 12527210. OLE color: 12527210.

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

Color convert

RGB10638191-
CMYK0.450.8000.25
HSL266.67º66.81%44.9%-
HSV(B)266.67º80.1%74.9%-
XYZ16.048.2150.03-
YUV75.77193.03149.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.64%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 191 (75% from 255) = 57.01%
R=31.64%
G=11.34%
B=57.01%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106381910.450.8000.25266.6766.8144.9
Hex6A26BF2D5001910b432d
Octal152462775512003141310355
Binary11010101001101011111110110110100000110011000010111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A26BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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