Html Css Color HEX #6B2DFD Han Purple

📋 copy color: '#6B2DFD'

red 107 ◦ green 45 ◦ blue 253

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

Shades of Han Purple #6B2DFD

Tints of Han Purple #6B2DFD

RGB

 RED value IS 107 (42.19% from 255) = 26.42%

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

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

R = 26.42%
G = 11.11%
B = 62.47%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6B2DFD (or 0x6B2DFD) is known color: Han Purple. HEX triplet: 6B, 2D and FD. RGB value is (107,45,253). Sum of RGB (Red+Green+Blue) = 107+45+253=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 253 (99.22% from 255 or 62.47% from 405); Max value from RGB is 253 - color contains mainly: blue. Hex color #6B2DFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2DFD is #94D202. Grayscale: #565656. Windows color (decimal): -9753091 or 16592235. OLE color: 16592235.

HSL color Cylindrical-coordinate representation of color #6B2DFD: hue angle of 257.88º 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 #6B2DFD is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 107 45 253 -
CMYK 0.58 0.82 0 0.01
HSL 257.88º 0.98% 0.58% -
HSV(B) 257.88º 0.82% 0.99% -
XYZ 24.73 12.09 93.96 -
YUV 87.25 221.54 142.09 -
System Red Green Blue C M Y K H S L
Decimal 107 45 253 0.58 0.82 0 0.01 257.88 0.98 0.58
Hex 6B 2D FD 3A 52 0 1 102 62 3A
Octal 153 55 375 72 122 0 1 402 142 72
Binary 1101011 101101 11111101 111010 1010010 0 1 100000010 1100010 111010

Color Harmonies of #6B2DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2DFD

Black with #6B2DFD

Text Example


Text Example

White with #6B2DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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