Html Css Color HEX #6E2FFF Han Purple

📋 copy color: '#6E2FFF'

red 110 ◦ green 47 ◦ blue 255

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

Shades of Han Purple #6E2FFF

Tints of Han Purple #6E2FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.41%

 BLUE value IS 255 (100% from 255) = 61.89%

R = 26.7%
G = 11.41%
B = 61.89%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E2FFF (or 0x6E2FFF) is known color: Han Purple. HEX triplet: 6E, 2F and FF. RGB value is (110,47,255). Sum of RGB (Red+Green+Blue) = 110+47+255=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 47 (18.75% from 255 or 11.41% 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 #6E2FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2FFF is #91D000. Grayscale: #585858. Windows color (decimal): -9555969 or 16723822. OLE color: 16723822.

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

Color convert

RGB 110 47 255 -
CMYK 0.57 0.82 0 0
HSL 258.17º 1% 0.59% -
HSV(B) 258.17º 0.82% 1% -
XYZ 25.5 12.57 95.69 -
YUV 89.55 221.37 142.59 -
System Red Green Blue C M Y K H S L
Decimal 110 47 255 0.57 0.82 0 0 258.17 1 0.59
Hex 6E 2F FF 39 52 0 0 102 64 3B
Octal 156 57 377 71 122 0 0 402 144 73
Binary 1101110 101111 11111111 111001 1010010 0 0 100000010 1100100 111011

Color Harmonies of #6E2FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2FFF

Black with #6E2FFF

Text Example


Text Example

White with #6E2FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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