Html Css Color HEX #6D2DFD Han Purple

📋 copy color: '#6D2DFD'

red 109 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #6D2DFD

Tints of Han Purple #6D2DFD

RGB

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

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

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

R = 26.78%
G = 11.06%
B = 62.16%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D2DFD (or 0x6D2DFD) is known color: Han Purple. HEX triplet: 6D, 2D and FD. RGB value is (109,45,253). Sum of RGB (Red+Green+Blue) = 109+45+253=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 253 (99.22% from 255 or 62.16% from 407); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D2DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2DFD is #92D202. Grayscale: #575757. Windows color (decimal): -9622019 or 16592237. OLE color: 16592237.

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

Color convert

RGB 109 45 253 -
CMYK 0.57 0.82 0 0.01
HSL 258.46º 0.98% 0.58% -
HSV(B) 258.46º 0.82% 0.99% -
XYZ 24.97 12.22 93.97 -
YUV 87.85 221.2 143.09 -
System Red Green Blue C M Y K H S L
Decimal 109 45 253 0.57 0.82 0 0.01 258.46 0.98 0.58
Hex 6D 2D FD 39 52 0 1 102 62 3A
Octal 155 55 375 71 122 0 1 402 142 72
Binary 1101101 101101 11111101 111001 1010010 0 1 100000010 1100010 111010

Color Harmonies of #6D2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2DFD

Black with #6D2DFD

Text Example


Text Example

White with #6D2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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