#6B26FE

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

Shades of Han Purple #6B26FE

Tints of Han Purple #6B26FE

Color information

#6B26FE (or 0x6B26FE) is unknown color: approx Han Purple. HEX triplet: 6B, 26 and FE. RGB value is (107,38,254). Sum of RGB (Red+Green+Blue) = 107+38+254=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 38 (15.23% from 255 or 9.52% from 399); Blue value is 254 (99.61% from 255 or 63.66% from 399); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B26FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B26FE is #94D901. Grayscale: #525252. Windows color (decimal): -9754882 or 16655979. OLE color: 16655979.

HSL color Cylindrical-coordinate representation of color #6B26FE: hue angle of 259.17º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B26FE is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB10738254-
CMYK0.580.8500.00
HSL259.17º99.08%57.25%-
HSV(B)259.17º85.04%99.61%-
XYZ24.6511.6794.72-
YUV83.26224.36144.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.82%
GREEN value IS 38 (15.23% from 255) = 9.52%
BLUE value IS 254 (99.61% from 255) = 63.66%
R=26.82%
G=9.52%
B=63.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal107382540.580.8500.00259.1799.0857.25
Hex6B26FE3A55001036339
Octal15346376721250040314371
Binary1101011100110111111101110101010101001000000111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B26FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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