#6836F1

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

Shades of Han Purple #6836F1

Tints of Han Purple #6836F1

Color information

#6836F1 (or 0x6836F1) is unknown color: approx Han Purple. HEX triplet: 68, 36 and F1. RGB value is (104,54,241). Sum of RGB (Red+Green+Blue) = 104+54+241=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 241 (94.53% from 255 or 60.40% from 399); Max value from RGB is 241 - color contains mainly: blue. Hex color #6836F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6836F1 is #97C90E. Grayscale: #595959. Windows color (decimal): -9947407 or 15808104. OLE color: 15808104.

HSL color Cylindrical-coordinate representation of color #6836F1: hue angle of 256.04º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6836F1 is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10454241-
CMYK0.570.7800.05
HSL256.04º86.98%57.84%-
HSV(B)256.04º77.59%94.51%-
XYZ22.9111.9384.32-
YUV90.27213.06137.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 241 (94.53% from 255) = 60.40%
R=26.07%
G=13.53%
B=60.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal104542410.570.7800.05256.0486.9857.84
Hex6836F1394E05100573a
Octal15066361711160540012772
Binary110100011011011110001111001100111001011000000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6836F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6836F1; }

 p { color: rgb(104,54,241); }

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

<style>
 a { background-color: #6836F1; }

 a { background-color: rgb(104,54,241); }

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

<style>
 span { border-color: #6836F1; }

 span { border-color: rgb(104,54,241); }

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