Html Css Color HEX #6D31FA Han Purple

📋 copy color: '#6D31FA'

red 109 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #6D31FA

Tints of Han Purple #6D31FA

RGB

 RED value IS 109 (42.97% from 255) = 26.72%

 GREEN value IS 49 (19.53% from 255) = 12.01%

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

R = 26.72%
G = 12.01%
B = 61.27%

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

#6D31FA (or 0x6D31FA) is known color: Han Purple. HEX triplet: 6D, 31 and FA. RGB value is (109,49,250). Sum of RGB (Red+Green+Blue) = 109+49+250=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D31FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D31FA is #92CE05. Grayscale: #595959. Windows color (decimal): -9620998 or 16396653. OLE color: 16396653.

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

Color convert

RGB 109 49 250 -
CMYK 0.56 0.80 0 0.02
HSL 257.91º 0.95% 0.59% -
HSV(B) 257.91º 0.8% 0.98% -
XYZ 24.66 12.35 91.53 -
YUV 89.85 218.38 141.66 -
System Red Green Blue C M Y K H S L
Decimal 109 49 250 0.56 0.80 0 0.02 257.91 0.95 0.59
Hex 6D 31 FA 38 50 0 2 102 5F 3B
Octal 155 61 372 70 120 0 2 402 137 73
Binary 1101101 110001 11111010 111000 1010000 0 10 100000010 1011111 111011

Color Harmonies of #6D31FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D31FA

Black with #6D31FA

Text Example


Text Example

White with #6D31FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,49,250); }

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

background-color css

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

 a { background-color: rgb(109,49,250); }

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

border-color css

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

 span { border-color: rgb(109,49,250); }

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