#6A39FC

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

Shades of Han Purple #6A39FC

Tints of Han Purple #6A39FC

Color information

#6A39FC (or 0x6A39FC) is unknown color: approx Han Purple. HEX triplet: 6A, 39 and FC. RGB value is (106,57,252). Sum of RGB (Red+Green+Blue) = 106+57+252=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 252 (98.83% from 255 or 60.72% from 415); Max value from RGB is 252 - color contains mainly: blue. Hex color #6A39FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A39FC is #95C603. Grayscale: #5D5D5D. Windows color (decimal): -9815556 or 16529770. OLE color: 16529770.

HSL color Cylindrical-coordinate representation of color #6A39FC: hue angle of 255.08º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A39FC is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB10657252-
CMYK0.580.7700.01
HSL255.08º97.01%60.59%-
HSV(B)255.08º77.38%98.82%-
XYZ24.9813.0293.29-
YUV93.88217.23136.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 57 (22.66% from 255) = 13.73%
BLUE value IS 252 (98.83% from 255) = 60.72%
R=25.54%
G=13.73%
B=60.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal106572520.580.7700.01255.0897.0160.59
Hex6A39FC3A4D01ff613d
Octal15271374721150137714175
Binary110101011100111111100111010100110101111111111100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A39FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,252); }

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

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

 a { background-color: rgb(106,57,252); }

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

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

 span { border-color: rgb(106,57,252); }

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