Html Css Color HEX #6E32FC Han Purple

📋 copy color: '#6E32FC'

red 110 ◦ green 50 ◦ blue 252

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

Shades of Han Purple #6E32FC

Tints of Han Purple #6E32FC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.14%

 BLUE value IS 252 (98.83% from 255) = 61.17%

R = 26.7%
G = 12.14%
B = 61.17%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E32FC (or 0x6E32FC) is known color: Han Purple. HEX triplet: 6E, 32 and FC. RGB value is (110,50,252). Sum of RGB (Red+Green+Blue) = 110+50+252=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 50 (19.92% from 255 or 12.14% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E32FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E32FC is #91CD03. Grayscale: #5A5A5A. Windows color (decimal): -9555204 or 16527982. OLE color: 16527982.

HSL color Cylindrical-coordinate representation of color #6E32FC: hue angle of 257.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6E32FC is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 110 50 252 -
CMYK 0.56 0.80 0 0.01
HSL 257.82º 0.97% 0.59% -
HSV(B) 257.82º 0.8% 0.99% -
XYZ 25.14 12.62 93.21 -
YUV 90.97 218.88 141.57 -
System Red Green Blue C M Y K H S L
Decimal 110 50 252 0.56 0.80 0 0.01 257.82 0.97 0.59
Hex 6E 32 FC 38 50 0 1 102 61 3B
Octal 156 62 374 70 120 0 1 402 141 73
Binary 1101110 110010 11111100 111000 1010000 0 1 100000010 1100001 111011

Color Harmonies of #6E32FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32FC

Black with #6E32FC

Text Example


Text Example

White with #6E32FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,50,252); }

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

background-color css

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

 a { background-color: rgb(110,50,252); }

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

border-color css

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

 span { border-color: rgb(110,50,252); }

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