Html Css Color HEX #6E39FE Han Purple

📋 copy color: '#6E39FE'

red 110 ◦ green 57 ◦ blue 254

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

Shades of Han Purple #6E39FE

Tints of Han Purple #6E39FE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.54%

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

R = 26.13%
G = 13.54%
B = 60.33%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E39FE (or 0x6E39FE) is known color: Han Purple. HEX triplet: 6E, 39 and FE. RGB value is (110,57,254). Sum of RGB (Red+Green+Blue) = 110+57+254=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 254 (99.61% from 255 or 60.33% from 421); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E39FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E39FE is #91C601. Grayscale: #5E5E5E. Windows color (decimal): -9553410 or 16660846. OLE color: 16660846.

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

Color convert

RGB 110 57 254 -
CMYK 0.57 0.78 0 0.00
HSL 256.14º 0.99% 0.61% -
HSV(B) 256.14º 0.78% 1% -
XYZ 25.78 13.4 94.99 -
YUV 95.31 217.56 138.48 -
System Red Green Blue C M Y K H S L
Decimal 110 57 254 0.57 0.78 0 0.00 256.14 0.99 0.61
Hex 6E 39 FE 39 4E 0 0 100 63 3D
Octal 156 71 376 71 116 0 0 400 143 75
Binary 1101110 111001 11111110 111001 1001110 0 0 100000000 1100011 111101

Color Harmonies of #6E39FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E39FE

Black with #6E39FE

Text Example


Text Example

White with #6E39FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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