Html Css Color HEX #6D2DFB Han Purple

📋 copy color: '#6D2DFB'

red 109 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #6D2DFB

Tints of Han Purple #6D2DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.11%

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

R = 26.91%
G = 11.11%
B = 61.98%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D2DFB (or 0x6D2DFB) is known color: Han Purple. HEX triplet: 6D, 2D and FB. RGB value is (109,45,251). Sum of RGB (Red+Green+Blue) = 109+45+251=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D2DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2DFB is #92D204. Grayscale: #565656. Windows color (decimal): -9622021 or 16461165. OLE color: 16461165.

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

Color convert

RGB 109 45 251 -
CMYK 0.57 0.82 0 0.02
HSL 258.64º 0.96% 0.58% -
HSV(B) 258.64º 0.82% 0.98% -
XYZ 24.66 12.09 92.3 -
YUV 87.62 220.2 143.25 -
System Red Green Blue C M Y K H S L
Decimal 109 45 251 0.57 0.82 0 0.02 258.64 0.96 0.58
Hex 6D 2D FB 39 52 0 2 103 60 3A
Octal 155 55 373 71 122 0 2 403 140 72
Binary 1101101 101101 11111011 111001 1010010 0 10 100000011 1100000 111010

Color Harmonies of #6D2DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2DFB

Black with #6D2DFB

Text Example


Text Example

White with #6D2DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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