Html Css Color HEX #6E27FE Han Purple

📋 copy color: '#6E27FE'

red 110 ◦ green 39 ◦ blue 254

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

Shades of Han Purple #6E27FE

Tints of Han Purple #6E27FE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

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

R = 27.3%
G = 9.68%
B = 63.03%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E27FE (or 0x6E27FE) is known color: Han Purple. HEX triplet: 6E, 27 and FE. RGB value is (110,39,254). Sum of RGB (Red+Green+Blue) = 110+39+254=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E27FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E27FE is #91D801. Grayscale: #535353. Windows color (decimal): -9558018 or 16656238. OLE color: 16656238.

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

Color convert

RGB 110 39 254 -
CMYK 0.57 0.85 0 0.00
HSL 259.81º 0.99% 0.57% -
HSV(B) 259.81º 0.85% 1% -
XYZ 25.05 11.92 94.75 -
YUV 84.74 223.52 146.02 -
System Red Green Blue C M Y K H S L
Decimal 110 39 254 0.57 0.85 0 0.00 259.81 0.99 0.57
Hex 6E 27 FE 39 55 0 0 104 63 39
Octal 156 47 376 71 125 0 0 404 143 71
Binary 1101110 100111 11111110 111001 1010101 0 0 100000100 1100011 111001

Color Harmonies of #6E27FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E27FE

Black with #6E27FE

Text Example


Text Example

White with #6E27FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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