Html Css Color HEX #6D1DFE Han Purple

📋 copy color: '#6D1DFE'

red 109 ◦ green 29 ◦ blue 254

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

Shades of Han Purple #6D1DFE

Tints of Han Purple #6D1DFE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.4%

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 27.81%
G = 7.4%
B = 64.8%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D1DFE (or 0x6D1DFE) is known color: Han Purple. HEX triplet: 6D, 1D and FE. RGB value is (109,29,254). Sum of RGB (Red+Green+Blue) = 109+29+254=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 29 (11.72% from 255 or 7.40% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D1DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1DFE is #92E201. Grayscale: #4D4D4D. Windows color (decimal): -9626114 or 16653677. OLE color: 16653677.

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

Color convert

RGB 109 29 254 -
CMYK 0.57 0.89 0 0.00
HSL 261.33º 0.99% 0.55% -
HSV(B) 261.33º 0.89% 1% -
XYZ 24.64 11.29 94.65 -
YUV 78.57 227 149.7 -
System Red Green Blue C M Y K H S L
Decimal 109 29 254 0.57 0.89 0 0.00 261.33 0.99 0.55
Hex 6D 1D FE 39 59 0 0 105 63 37
Octal 155 35 376 71 131 0 0 405 143 67
Binary 1101101 11101 11111110 111001 1011001 0 0 100000101 1100011 110111

Color Harmonies of #6D1DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DFE

Black with #6D1DFE

Text Example


Text Example

White with #6D1DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,254); }

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

background-color css

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

 a { background-color: rgb(109,29,254); }

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

border-color css

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

 span { border-color: rgb(109,29,254); }

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