#6B1AE3

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

Shades of Han Purple #6B1AE3

Tints of Han Purple #6B1AE3

Color information

#6B1AE3 (or 0x6B1AE3) is unknown color: approx Han Purple. HEX triplet: 6B, 1A and E3. RGB value is (107,26,227). Sum of RGB (Red+Green+Blue) = 107+26+227=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 26 (10.55% from 255 or 7.22% from 360); Blue value is 227 (89.06% from 255 or 63.06% from 360); Max value from RGB is 227 - color contains mainly: blue. Hex color #6B1AE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B1AE3 is #94E51C. Grayscale: #484848. Windows color (decimal): -9757981 or 14883435. OLE color: 14883435.

HSL color Cylindrical-coordinate representation of color #6B1AE3: hue angle of 264.18º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6B1AE3 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10726227-
CMYK0.530.8900.11
HSL264.18º79.45%49.61%-
HSV(B)264.18º88.55%89.02%-
XYZ20.39.4173.42-
YUV73.13214.84152.16-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.72%
GREEN value IS 26 (10.55% from 255) = 7.22%
BLUE value IS 227 (89.06% from 255) = 63.06%
R=29.72%
G=7.22%
B=63.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal107262270.530.8900.11264.1879.4549.61
Hex6B1AE335590B1084f32
Octal153323436513101341011762
Binary110101111010111000111101011011001010111000010001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,26,227); }

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

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

 a { background-color: rgb(107,26,227); }

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

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

 span { border-color: rgb(107,26,227); }

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