#6B2CF9

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

Shades of Han Purple #6B2CF9

Tints of Han Purple #6B2CF9

Color information

#6B2CF9 (or 0x6B2CF9) is unknown color: approx Han Purple. HEX triplet: 6B, 2C and F9. RGB value is (107,44,249). Sum of RGB (Red+Green+Blue) = 107+44+249=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 249 (97.66% from 255 or 62.25% from 400); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B2CF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2CF9 is #94D306. Grayscale: #555555. Windows color (decimal): -9753351 or 16329835. OLE color: 16329835.

HSL color Cylindrical-coordinate representation of color #6B2CF9: hue angle of 258.44º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6B2CF9 is Cyan = 0.57, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10744249-
CMYK0.570.8200.02
HSL258.44º94.47%57.45%-
HSV(B)258.44º82.33%97.65%-
XYZ24.0611.7790.63-
YUV86.21219.87142.83-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 44 (17.58% from 255) = 11%
BLUE value IS 249 (97.66% from 255) = 62.25%
R=26.75%
G=11%
B=62.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal107442490.570.8200.02258.4494.4757.45
Hex6B2CF93952021025e39
Octal15354371711220240213671
Binary11010111011001111100111100110100100101000000101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,44,249); }

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

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

 a { background-color: rgb(107,44,249); }

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

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

 span { border-color: rgb(107,44,249); }

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