Html Css Color HEX #6E32FA Han Purple

📋 copy color: '#6E32FA'

red 110 ◦ green 50 ◦ blue 250

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

Shades of Han Purple #6E32FA

Tints of Han Purple #6E32FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.98%

R = 26.83%
G = 12.2%
B = 60.98%

CMYK

 C value IS 0.56

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6E32FA (or 0x6E32FA) is known color: Han Purple. HEX triplet: 6E, 32 and FA. RGB value is (110,50,250). Sum of RGB (Red+Green+Blue) = 110+50+250=410 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.83% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 250 (98.05% from 255 or 60.98% from 410); Max value from RGB is 250 - color contains mainly: blue. Hex color #6E32FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E32FA is #91CD05. Grayscale: #5A5A5A. Windows color (decimal): -9555206 or 16396910. OLE color: 16396910.

HSL color Cylindrical-coordinate representation of color #6E32FA: hue angle of 258º degrees, saturation: 0.95, 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 #6E32FA is Cyan = 0.56, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 50 250 -
CMYK 0.56 0.8 0 0.02
HSL 258º 0.95% 0.59% -
HSV(B) 258º 0.8% 0.98% -
XYZ 24.83 12.5 91.55 -
YUV 90.74 217.88 141.74 -
System Red Green Blue C M Y K H S L
Decimal 110 50 250 0.56 0.8 0 0.02 258 0.95 0.59
Hex 6E 32 FA 38 50 0 2 102 5F 3B
Octal 156 62 372 70 120 0 2 402 137 73
Binary 1101110 110010 11111010 111000 1010000 0 10 100000010 1011111 111011

Color Harmonies of #6E32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E32FA

Black with #6E32FA

Text Example


Text Example

White with #6E32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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