Html Css Color HEX #6D31FF Han Purple

📋 copy color: '#6D31FF'

red 109 ◦ green 49 ◦ blue 255

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

Shades of Han Purple #6D31FF

Tints of Han Purple #6D31FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.74%

R = 26.39%
G = 11.86%
B = 61.74%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D31FF (or 0x6D31FF) is known color: Han Purple. HEX triplet: 6D, 31 and FF. RGB value is (109,49,255). Sum of RGB (Red+Green+Blue) = 109+49+255=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 49 (19.53% from 255 or 11.86% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D31FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D31FF is #92CE00. Grayscale: #595959. Windows color (decimal): -9620993 or 16724333. OLE color: 16724333.

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

Color convert

RGB 109 49 255 -
CMYK 0.57 0.81 0 0
HSL 257.48º 1% 0.6% -
HSV(B) 257.48º 0.81% 1% -
XYZ 25.45 12.67 95.71 -
YUV 90.42 220.88 141.25 -
System Red Green Blue C M Y K H S L
Decimal 109 49 255 0.57 0.81 0 0 257.48 1 0.6
Hex 6D 31 FF 39 51 0 0 101 64 3C
Octal 155 61 377 71 121 0 0 401 144 74
Binary 1101101 110001 11111111 111001 1010001 0 0 100000001 1100100 111100

Color Harmonies of #6D31FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D31FF

Black with #6D31FF

Text Example


Text Example

White with #6D31FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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