#6936F1

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

Shades of Han Purple #6936F1

Tints of Han Purple #6936F1

Color information

#6936F1 (or 0x6936F1) is unknown color: approx Han Purple. HEX triplet: 69, 36 and F1. RGB value is (105,54,241). Sum of RGB (Red+Green+Blue) = 105+54+241=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 241 (94.53% from 255 or 60.25% from 400); Max value from RGB is 241 - color contains mainly: blue. Hex color #6936F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6936F1 is #96C90E. Grayscale: #595959. Windows color (decimal): -9881871 or 15808105. OLE color: 15808105.

HSL color Cylindrical-coordinate representation of color #6936F1: hue angle of 256.36º 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 #6936F1 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10554241-
CMYK0.560.7800.05
HSL256.36º86.98%57.84%-
HSV(B)256.36º77.59%94.51%-
XYZ23.0211.9984.32-
YUV90.57212.9138.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 54 (21.48% from 255) = 13.5%
BLUE value IS 241 (94.53% from 255) = 60.25%
R=26.25%
G=13.5%
B=60.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal105542410.560.7800.05256.3686.9857.84
Hex6936F1384E05100573a
Octal15166361701160540012772
Binary110100111011011110001111000100111001011000000001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6936F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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