Html Css Color HEX #6D1EFF Han Purple

📋 copy color: '#6D1EFF'

red 109 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #6D1EFF

Tints of Han Purple #6D1EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

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

R = 27.66%
G = 7.61%
B = 64.72%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D1EFF (or 0x6D1EFF) is known color: Han Purple. HEX triplet: 6D, 1E and FF. RGB value is (109,30,255). Sum of RGB (Red+Green+Blue) = 109+30+255=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D1EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1EFF is #92E100. Grayscale: #4E4E4E. Windows color (decimal): -9625857 or 16719469. OLE color: 16719469.

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

Color convert

RGB 109 30 255 -
CMYK 0.57 0.88 0 0
HSL 261.07º 1% 0.56% -
HSV(B) 261.07º 0.88% 1% -
XYZ 24.82 11.4 95.5 -
YUV 79.27 227.17 149.2 -
System Red Green Blue C M Y K H S L
Decimal 109 30 255 0.57 0.88 0 0 261.07 1 0.56
Hex 6D 1E FF 39 58 0 0 105 64 38
Octal 155 36 377 71 130 0 0 405 144 70
Binary 1101101 11110 11111111 111001 1011000 0 0 100000101 1100100 111000

Color Harmonies of #6D1EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EFF

Black with #6D1EFF

Text Example


Text Example

White with #6D1EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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