Html Css Color HEX #6E32FB Han Purple

📋 copy color: '#6E32FB'

red 110 ◦ green 50 ◦ blue 251

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

Shades of Han Purple #6E32FB

Tints of Han Purple #6E32FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 61.07%

R = 26.76%
G = 12.17%
B = 61.07%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E32FB (or 0x6E32FB) is known color: Han Purple. HEX triplet: 6E, 32 and FB. RGB value is (110,50,251). Sum of RGB (Red+Green+Blue) = 110+50+251=411 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.76% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 251 (98.44% from 255 or 61.07% from 411); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E32FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E32FB is #91CD04. Grayscale: #5A5A5A. Windows color (decimal): -9555205 or 16462446. OLE color: 16462446.

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

Color convert

RGB 110 50 251 -
CMYK 0.56 0.80 0 0.02
HSL 257.91º 0.96% 0.59% -
HSV(B) 257.91º 0.8% 0.98% -
XYZ 24.98 12.56 92.37 -
YUV 90.85 218.38 141.66 -
System Red Green Blue C M Y K H S L
Decimal 110 50 251 0.56 0.80 0 0.02 257.91 0.96 0.59
Hex 6E 32 FB 38 50 0 2 102 60 3B
Octal 156 62 373 70 120 0 2 402 140 73
Binary 1101110 110010 11111011 111000 1010000 0 10 100000010 1100000 111011

Color Harmonies of #6E32FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32FB

Black with #6E32FB

Text Example


Text Example

White with #6E32FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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