Html Css Color HEX #6E29FE Han Purple

📋 copy color: '#6E29FE'

red 110 ◦ green 41 ◦ blue 254

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

Shades of Han Purple #6E29FE

Tints of Han Purple #6E29FE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.12%

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

R = 27.16%
G = 10.12%
B = 62.72%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6E29FE (or 0x6E29FE) is known color: Han Purple. HEX triplet: 6E, 29 and FE. RGB value is (110,41,254). Sum of RGB (Red+Green+Blue) = 110+41+254=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 41 (16.41% from 255 or 10.12% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #6E29FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E29FE is #91D601. Grayscale: #555555. Windows color (decimal): -9557506 or 16656750. OLE color: 16656750.

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

Color convert

RGB 110 41 254 -
CMYK 0.57 0.84 0 0.00
HSL 259.44º 0.99% 0.58% -
HSV(B) 259.44º 0.84% 1% -
XYZ 25.11 12.06 94.77 -
YUV 85.91 222.86 145.18 -
System Red Green Blue C M Y K H S L
Decimal 110 41 254 0.57 0.84 0 0.00 259.44 0.99 0.58
Hex 6E 29 FE 39 54 0 0 103 63 3A
Octal 156 51 376 71 124 0 0 403 143 72
Binary 1101110 101001 11111110 111001 1010100 0 0 100000011 1100011 111010

Color Harmonies of #6E29FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E29FE

Black with #6E29FE

Text Example


Text Example

White with #6E29FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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