Html Css Color HEX #6D1FEE Han Purple

📋 copy color: '#6D1FEE'

red 109 ◦ green 31 ◦ blue 238

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

Shades of Han Purple #6D1FEE

Tints of Han Purple #6D1FEE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.2%

 BLUE value IS 238 (93.36% from 255) = 62.96%

R = 28.84%
G = 8.2%
B = 62.96%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D1FEE (or 0x6D1FEE) is known color: Han Purple. HEX triplet: 6D, 1F and EE. RGB value is (109,31,238). Sum of RGB (Red+Green+Blue) = 109+31+238=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 238 (93.36% from 255 or 62.96% from 378); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D1FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1FEE is #92E011. Grayscale: #4D4D4D. Windows color (decimal): -9625618 or 15605613. OLE color: 15605613.

HSL color Cylindrical-coordinate representation of color #6D1FEE: hue angle of 262.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6D1FEE is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 31 238 -
CMYK 0.54 0.87 0 0.07
HSL 262.61º 0.86% 0.53% -
HSV(B) 262.61º 0.87% 0.93% -
XYZ 22.23 10.4 81.73 -
YUV 77.92 218.34 150.17 -
System Red Green Blue C M Y K H S L
Decimal 109 31 238 0.54 0.87 0 0.07 262.61 0.86 0.53
Hex 6D 1F EE 36 57 0 7 107 56 35
Octal 155 37 356 66 127 0 7 407 126 65
Binary 1101101 11111 11101110 110110 1010111 0 111 100000111 1010110 110101

Color Harmonies of #6D1FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FEE

Black with #6D1FEE

Text Example


Text Example

White with #6D1FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,238); }

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

background-color css

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

 a { background-color: rgb(109,31,238); }

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

border-color css

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

 span { border-color: rgb(109,31,238); }

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