Html Css Color HEX #6E2DFC Han Purple

📋 copy color: '#6E2DFC'

red 110 ◦ green 45 ◦ blue 252

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

Shades of Han Purple #6E2DFC

Tints of Han Purple #6E2DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.92%

R = 27.03%
G = 11.06%
B = 61.92%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E2DFC (or 0x6E2DFC) is known color: Han Purple. HEX triplet: 6E, 2D and FC. RGB value is (110,45,252). Sum of RGB (Red+Green+Blue) = 110+45+252=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #6E2DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E2DFC is #91D203. Grayscale: #575757. Windows color (decimal): -9556484 or 16526702. OLE color: 16526702.

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

Color convert

RGB 110 45 252 -
CMYK 0.56 0.82 0 0.01
HSL 258.84º 0.97% 0.58% -
HSV(B) 258.84º 0.82% 0.99% -
XYZ 24.94 12.22 93.14 -
YUV 88.03 220.53 143.67 -
System Red Green Blue C M Y K H S L
Decimal 110 45 252 0.56 0.82 0 0.01 258.84 0.97 0.58
Hex 6E 2D FC 38 52 0 1 103 61 3A
Octal 156 55 374 70 122 0 1 403 141 72
Binary 1101110 101101 11111100 111000 1010010 0 1 100000011 1100001 111010

Color Harmonies of #6E2DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E2DFC

Black with #6E2DFC

Text Example


Text Example

White with #6E2DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,45,252); }

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

background-color css

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

 a { background-color: rgb(110,45,252); }

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

border-color css

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

 span { border-color: rgb(110,45,252); }

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