Html Css Color HEX #6D1EEF Han Purple

📋 copy color: '#6D1EEF'

red 109 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #6D1EEF

Tints of Han Purple #6D1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 28.84%
G = 7.94%
B = 63.23%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D1EEF (or 0x6D1EEF) is known color: Han Purple. HEX triplet: 6D, 1E and EF. RGB value is (109,30,239). Sum of RGB (Red+Green+Blue) = 109+30+239=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D1EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1EEF is #92E110. Grayscale: #4C4C4C. Windows color (decimal): -9625873 or 15670893. OLE color: 15670893.

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

Color convert

RGB 109 30 239 -
CMYK 0.54 0.87 0 0.06
HSL 262.68º 0.87% 0.53% -
HSV(B) 262.68º 0.87% 0.94% -
XYZ 22.35 10.41 82.49 -
YUV 77.45 219.17 150.51 -
System Red Green Blue C M Y K H S L
Decimal 109 30 239 0.54 0.87 0 0.06 262.68 0.87 0.53
Hex 6D 1E EF 36 57 0 6 107 57 35
Octal 155 36 357 66 127 0 6 407 127 65
Binary 1101101 11110 11101111 110110 1010111 0 110 100000111 1010111 110101

Color Harmonies of #6D1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EEF

Black with #6D1EEF

Text Example


Text Example

White with #6D1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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