#6E35FF

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

Shades of Han Purple #6E35FF

Tints of Han Purple #6E35FF

Color information

#6E35FF (or 0x6E35FF) is unknown color: approx Han Purple. HEX triplet: 6E, 35 and FF. RGB value is (110,53,255). Sum of RGB (Red+Green+Blue) = 110+53+255=418 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.32% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 255 (100% from 255 or 61.00% from 418); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E35FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E35FF is #91CA00. Grayscale: #5C5C5C. Windows color (decimal): -9554433 or 16725358. OLE color: 16725358.

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

Color convert

RGB11053255-
CMYK0.570.7900
HSL256.93º100%60.39%-
HSV(B)256.93º79.22%100%-
XYZ25.7513.0895.78-
YUV93.07219.38140.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.32%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 255 (100% from 255) = 61.00%
R=26.32%
G=12.68%
B=61.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal110532550.570.7900256.9310060.39
Hex6E35FF394F00101643c
Octal15665377711170040114474
Binary1101110110101111111111110011001111001000000011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E35FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,53,255); }

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

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

 a { background-color: rgb(110,53,255); }

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

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

 span { border-color: rgb(110,53,255); }

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