Html Css Color HEX #6E38FD Han Purple

📋 copy color: '#6E38FD'

red 110 ◦ green 56 ◦ blue 253

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

Shades of Han Purple #6E38FD

Tints of Han Purple #6E38FD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.37%

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

R = 26.25%
G = 13.37%
B = 60.38%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6E38FD (or 0x6E38FD) is known color: Han Purple. HEX triplet: 6E, 38 and FD. RGB value is (110,56,253). Sum of RGB (Red+Green+Blue) = 110+56+253=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #6E38FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E38FD is #91C702. Grayscale: #5D5D5D. Windows color (decimal): -9553667 or 16595054. OLE color: 16595054.

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

Color convert

RGB 110 56 253 -
CMYK 0.57 0.78 0 0.01
HSL 256.45º 0.98% 0.61% -
HSV(B) 256.45º 0.78% 0.99% -
XYZ 25.57 13.24 94.14 -
YUV 94.6 217.39 138.98 -
System Red Green Blue C M Y K H S L
Decimal 110 56 253 0.57 0.78 0 0.01 256.45 0.98 0.61
Hex 6E 38 FD 39 4E 0 1 100 62 3D
Octal 156 70 375 71 116 0 1 400 142 75
Binary 1101110 111000 11111101 111001 1001110 0 1 100000000 1100010 111101

Color Harmonies of #6E38FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E38FD

Black with #6E38FD

Text Example


Text Example

White with #6E38FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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