#6A2AF1

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

Shades of Han Purple #6A2AF1

Tints of Han Purple #6A2AF1

Color information

#6A2AF1 (or 0x6A2AF1) is unknown color: approx Han Purple. HEX triplet: 6A, 2A and F1. RGB value is (106,42,241). Sum of RGB (Red+Green+Blue) = 106+42+241=389 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.25% from 389); Green value is 42 (16.80% from 255 or 10.80% from 389); Blue value is 241 (94.53% from 255 or 61.95% from 389); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A2AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2AF1 is #95D50E. Grayscale: #535353. Windows color (decimal): -9819407 or 15805034. OLE color: 15805034.

HSL color Cylindrical-coordinate representation of color #6A2AF1: hue angle of 259.3º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6A2AF1 is Cyan = 0.56, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10642241-
CMYK0.560.8300.05
HSL259.3º87.67%55.49%-
HSV(B)259.3º82.57%94.51%-
XYZ22.6511.0784.16-
YUV83.82216.7143.82-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.25%
GREEN value IS 42 (16.80% from 255) = 10.80%
BLUE value IS 241 (94.53% from 255) = 61.95%
R=27.25%
G=10.80%
B=61.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal106422410.560.8300.05259.387.6755.49
Hex6A2AF13853051035837
Octal15252361701230540313067
Binary110101010101011110001111000101001101011000000111011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,42,241); }

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

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

 a { background-color: rgb(106,42,241); }

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

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

 span { border-color: rgb(106,42,241); }

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