Html Css Color HEX #6D1DFD Han Purple

📋 copy color: '#6D1DFD'

red 109 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #6D1DFD

Tints of Han Purple #6D1DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 64.71%

R = 27.88%
G = 7.42%
B = 64.71%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D1DFD (or 0x6D1DFD) is known color: Han Purple. HEX triplet: 6D, 1D and FD. RGB value is (109,29,253). Sum of RGB (Red+Green+Blue) = 109+29+253=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 253 (99.22% from 255 or 64.71% from 391); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D1DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1DFD is #92E202. Grayscale: #4D4D4D. Windows color (decimal): -9626115 or 16588141. OLE color: 16588141.

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

Color convert

RGB 109 29 253 -
CMYK 0.57 0.89 0 0.01
HSL 261.43º 0.98% 0.55% -
HSV(B) 261.43º 0.89% 0.99% -
XYZ 24.48 11.22 93.8 -
YUV 78.46 226.5 149.79 -
System Red Green Blue C M Y K H S L
Decimal 109 29 253 0.57 0.89 0 0.01 261.43 0.98 0.55
Hex 6D 1D FD 39 59 0 1 105 62 37
Octal 155 35 375 71 131 0 1 405 142 67
Binary 1101101 11101 11111101 111001 1011001 0 1 100000101 1100010 110111

Color Harmonies of #6D1DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DFD

Black with #6D1DFD

Text Example


Text Example

White with #6D1DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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