#6b26d8

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

Shades of Purple Heart #6B26D8

Tints of Purple Heart #6B26D8

Color information

#6B26D8 (or 0x6B26D8) is unknown color: approx Purple Heart. HEX triplet: 6B, 26 and D8. RGB value is (107,38,216). Sum of RGB (Red+Green+Blue) = 107+38+216=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 216 (84.77% from 255 or 59.83% from 361); Max value from RGB is 216 - color contains mainly: blue. Hex color #6B26D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B26D8 is #94D927. Grayscale: #4E4E4E. Windows color (decimal): -9754920 or 14165611. OLE color: 14165611.

HSL color Cylindrical-coordinate representation of color #6B26D8: hue angle of 263.26º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B26D8 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10738216-
CMYK0.500.8200.15
HSL263.26º70.08%49.8%-
HSV(B)263.26º82.41%84.71%-
XYZ19.159.4765.78-
YUV78.92205.36148.03-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.64%
GREEN value IS 38 (15.23% from 255) = 10.53%
BLUE value IS 216 (84.77% from 255) = 59.83%
R=29.64%
G=10.53%
B=59.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal107382160.500.8200.15263.2670.0849.8
Hex6B26D832520F1074632
Octal153463306212201740710662
Binary1101011100110110110001100101010010011111000001111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b26d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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