Html Css Color HEX #6D1EF2 Han Purple

📋 copy color: '#6D1EF2'

red 109 ◦ green 30 ◦ blue 242

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

Shades of Han Purple #6D1EF2

Tints of Han Purple #6D1EF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.52%

R = 28.61%
G = 7.87%
B = 63.52%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D1EF2 (or 0x6D1EF2) is known color: Han Purple. HEX triplet: 6D, 1E and F2. RGB value is (109,30,242). Sum of RGB (Red+Green+Blue) = 109+30+242=381 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.61% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #6D1EF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1EF2 is #92E10D. Grayscale: #4D4D4D. Windows color (decimal): -9625870 or 15867501. OLE color: 15867501.

HSL color Cylindrical-coordinate representation of color #6D1EF2: hue angle of 262.36º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D1EF2 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 109 30 242 -
CMYK 0.55 0.88 0 0.05
HSL 262.36º 0.89% 0.53% -
HSV(B) 262.36º 0.88% 0.95% -
XYZ 22.8 10.59 84.85 -
YUV 77.79 220.67 150.26 -
System Red Green Blue C M Y K H S L
Decimal 109 30 242 0.55 0.88 0 0.05 262.36 0.89 0.53
Hex 6D 1E F2 37 58 0 5 106 59 35
Octal 155 36 362 67 130 0 5 406 131 65
Binary 1101101 11110 11110010 110111 1011000 0 101 100000110 1011001 110101

Color Harmonies of #6D1EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EF2

Black with #6D1EF2

Text Example


Text Example

White with #6D1EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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