Html Css Color HEX #6E3AFE Han Purple

📋 copy color: '#6E3AFE'

red 110 ◦ green 58 ◦ blue 254

#6E3AFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #6E3AFE

Tints of Han Purple #6E3AFE

RGB

 RED value IS 110 (43.36% from 255) = 26.07%

 GREEN value IS 58 (23.05% from 255) = 13.74%

 BLUE value IS 254 (99.61% from 255) = 60.19%

R = 26.07%
G = 13.74%
B = 60.19%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E3AFE (or 0x6E3AFE) is known color: Han Purple. HEX triplet: 6E, 3A and FE. RGB value is (110,58,254). Sum of RGB (Red+Green+Blue) = 110+58+254=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 254 (99.61% from 255 or 60.19% from 422); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E3AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E3AFE is #91C501. Grayscale: #5F5F5F. Windows color (decimal): -9553154 or 16661102. OLE color: 16661102.

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

Color convert

RGB 110 58 254 -
CMYK 0.57 0.77 0 0.00
HSL 255.92º 0.99% 0.61% -
HSV(B) 255.92º 0.77% 1% -
XYZ 25.83 13.5 95.01 -
YUV 95.89 217.23 138.06 -
System Red Green Blue C M Y K H S L
Decimal 110 58 254 0.57 0.77 0 0.00 255.92 0.99 0.61
Hex 6E 3A FE 39 4D 0 0 100 63 3D
Octal 156 72 376 71 115 0 0 400 143 75
Binary 1101110 111010 11111110 111001 1001101 0 0 100000000 1100011 111101

Color Harmonies of #6E3AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3AFE

Black with #6E3AFE

Text Example


Text Example

White with #6E3AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,58,254); }

 H1.HeaderClassName
 {
   color: #6E3AFE;
 }
 .AnyTagClassName
 {
   color: #6E3AFE;
 }
</style>

background-color css

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

 a { background-color: rgb(110,58,254); }

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

border-color css

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

 span { border-color: rgb(110,58,254); }

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