#6A33FF

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

Shades of Han Purple #6A33FF

Tints of Han Purple #6A33FF

Color information

#6A33FF (or 0x6A33FF) is unknown color: approx Han Purple. HEX triplet: 6A, 33 and FF. RGB value is (106,51,255). Sum of RGB (Red+Green+Blue) = 106+51+255=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A33FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A33FF is #95CC00. Grayscale: #595959. Windows color (decimal): -9817089 or 16724842. OLE color: 16724842.

HSL color Cylindrical-coordinate representation of color #6A33FF: hue angle of 256.18º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A33FF is Cyan = 0.58, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB10651255-
CMYK0.580.800
HSL256.18º100%60%-
HSV(B)256.18º80%100%-
XYZ25.1812.6595.72-
YUV90.7220.72138.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.73%
GREEN value IS 51 (20.31% from 255) = 12.38%
BLUE value IS 255 (100% from 255) = 61.89%
R=25.73%
G=12.38%
B=61.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal106512550.580.800256.1810060
Hex6A33FF3A5000100643c
Octal15263377721200040014474
Binary1101010110011111111111110101010000001000000001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,255); }

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

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

 a { background-color: rgb(106,51,255); }

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

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

 span { border-color: rgb(106,51,255); }

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