Html Css Color HEX #6D1DFB Han Purple

📋 copy color: '#6D1DFB'

red 109 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #6D1DFB

Tints of Han Purple #6D1DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 28.02%
G = 7.46%
B = 64.52%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D1DFB (or 0x6D1DFB) is known color: Han Purple. HEX triplet: 6D, 1D and FB. RGB value is (109,29,251). Sum of RGB (Red+Green+Blue) = 109+29+251=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 29 (11.72% from 255 or 7.46% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D1DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1DFB is #92E204. Grayscale: #4D4D4D. Windows color (decimal): -9626117 or 16457069. OLE color: 16457069.

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

Color convert

RGB 109 29 251 -
CMYK 0.57 0.88 0 0.02
HSL 261.62º 0.97% 0.55% -
HSV(B) 261.62º 0.88% 0.98% -
XYZ 24.16 11.09 92.14 -
YUV 78.23 225.5 149.95 -
System Red Green Blue C M Y K H S L
Decimal 109 29 251 0.57 0.88 0 0.02 261.62 0.97 0.55
Hex 6D 1D FB 39 58 0 2 106 61 37
Octal 155 35 373 71 130 0 2 406 141 67
Binary 1101101 11101 11111011 111001 1011000 0 10 100000110 1100001 110111

Color Harmonies of #6D1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1DFB

Black with #6D1DFB

Text Example


Text Example

White with #6D1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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