Html Css Color HEX #6D1EFC Han Purple

📋 copy color: '#6D1EFC'

red 109 ◦ green 30 ◦ blue 252

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

Shades of Han Purple #6D1EFC

Tints of Han Purple #6D1EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.45%

R = 27.88%
G = 7.67%
B = 64.45%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D1EFC (or 0x6D1EFC) is known color: Han Purple. HEX triplet: 6D, 1E and FC. RGB value is (109,30,252). Sum of RGB (Red+Green+Blue) = 109+30+252=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D1EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1EFC is #92E103. Grayscale: #4E4E4E. Windows color (decimal): -9625860 or 16522861. OLE color: 16522861.

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

Color convert

RGB 109 30 252 -
CMYK 0.57 0.88 0 0.01
HSL 261.35º 0.97% 0.55% -
HSV(B) 261.35º 0.88% 0.99% -
XYZ 24.34 11.21 92.98 -
YUV 78.93 225.67 149.45 -
System Red Green Blue C M Y K H S L
Decimal 109 30 252 0.57 0.88 0 0.01 261.35 0.97 0.55
Hex 6D 1E FC 39 58 0 1 105 61 37
Octal 155 36 374 71 130 0 1 405 141 67
Binary 1101101 11110 11111100 111001 1011000 0 1 100000101 1100001 110111

Color Harmonies of #6D1EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1EFC

Black with #6D1EFC

Text Example


Text Example

White with #6D1EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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