Html Css Color HEX #6E33FF Han Purple

📋 copy color: '#6E33FF'

red 110 ◦ green 51 ◦ blue 255

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

Shades of Han Purple #6E33FF

Tints of Han Purple #6E33FF

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.26%

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

R = 26.44%
G = 12.26%
B = 61.3%

CMYK

 C value IS 0.57

 M value IS 0.8

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6E33FF (or 0x6E33FF) is known color: Han Purple. HEX triplet: 6E, 33 and FF. RGB value is (110,51,255). Sum of RGB (Red+Green+Blue) = 110+51+255=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #6E33FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E33FF is #91CC00. Grayscale: #5B5B5B. Windows color (decimal): -9554945 or 16724846. OLE color: 16724846.

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

Color convert

RGB 110 51 255 -
CMYK 0.57 0.8 0 0
HSL 257.35º 1% 0.6% -
HSV(B) 257.35º 0.8% 1% -
XYZ 25.66 12.9 95.75 -
YUV 91.9 220.05 140.91 -
System Red Green Blue C M Y K H S L
Decimal 110 51 255 0.57 0.8 0 0 257.35 1 0.6
Hex 6E 33 FF 39 50 0 0 101 64 3C
Octal 156 63 377 71 120 0 0 401 144 74
Binary 1101110 110011 11111111 111001 1010000 0 0 100000001 1100100 111100

Color Harmonies of #6E33FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E33FF

Black with #6E33FF

Text Example


Text Example

White with #6E33FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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