Html Css Color HEX #6E2BFD Han Purple

📋 copy color: '#6E2BFD'

red 110 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #6E2BFD

Tints of Han Purple #6E2BFD

RGB

 RED value IS 110 (43.36% from 255) = 27.09%

 GREEN value IS 43 (17.19% from 255) = 10.59%

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

R = 27.09%
G = 10.59%
B = 62.32%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E2BFD (or 0x6E2BFD) is known color: Han Purple. HEX triplet: 6E, 2B and FD. RGB value is (110,43,253). Sum of RGB (Red+Green+Blue) = 110+43+253=406 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.09% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E2BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2BFD is #91D402. Grayscale: #565656. Windows color (decimal): -9556995 or 16591726. OLE color: 16591726.

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

Color convert

RGB 110 43 253 -
CMYK 0.57 0.83 0 0.01
HSL 259.14º 0.98% 0.58% -
HSV(B) 259.14º 0.83% 0.99% -
XYZ 25.02 12.13 93.95 -
YUV 86.97 221.7 144.42 -
System Red Green Blue C M Y K H S L
Decimal 110 43 253 0.57 0.83 0 0.01 259.14 0.98 0.58
Hex 6E 2B FD 39 53 0 1 103 62 3A
Octal 156 53 375 71 123 0 1 403 142 72
Binary 1101110 101011 11111101 111001 1010011 0 1 100000011 1100010 111010

Color Harmonies of #6E2BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2BFD

Black with #6E2BFD

Text Example


Text Example

White with #6E2BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,43,253); }

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

background-color css

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

 a { background-color: rgb(110,43,253); }

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

border-color css

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

 span { border-color: rgb(110,43,253); }

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