Html Css Color HEX #5E13FC Han Purple

📋 copy color: '#5E13FC'

red 94 ◦ green 19 ◦ blue 252

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

Shades of Han Purple #5E13FC

Tints of Han Purple #5E13FC

RGB

 RED value IS 94 (37.11% from 255) = 25.75%

 GREEN value IS 19 (7.81% from 255) = 5.21%

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

R = 25.75%
G = 5.21%
B = 69.04%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5E13FC (or 0x5E13FC) is known color: Han Purple. HEX triplet: 5E, 13 and FC. RGB value is (94,19,252). Sum of RGB (Red+Green+Blue) = 94+19+252=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 19 (7.81% from 255 or 5.21% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E13FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E13FC is #A1EC03. Grayscale: #434343. Windows color (decimal): -10611716 or 16520030. OLE color: 16520030.

HSL color Cylindrical-coordinate representation of color #5E13FC: hue angle of 259.31º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E13FC is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 94 19 252 -
CMYK 0.63 0.92 0 0.01
HSL 259.31º 0.97% 0.53% -
HSV(B) 259.31º 0.92% 0.99% -
XYZ 22.42 9.87 92.82 -
YUV 67.99 231.85 146.55 -
System Red Green Blue C M Y K H S L
Decimal 94 19 252 0.63 0.92 0 0.01 259.31 0.97 0.53
Hex 5E 13 FC 3F 5C 0 1 103 61 35
Octal 136 23 374 77 134 0 1 403 141 65
Binary 1011110 10011 11111100 111111 1011100 0 1 100000011 1100001 110101

Color Harmonies of #5E13FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E13FC

Black with #5E13FC

Text Example


Text Example

White with #5E13FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E13FC; }

 p { color: rgb(94,19,252); }

 H1.HeaderClassName
 {
   color: #5E13FC;
 }
 .AnyTagClassName
 {
   color: #5E13FC;
 }
</style>

background-color css

<style>
 a { background-color: #5E13FC; }

 a { background-color: rgb(94,19,252); }

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

border-color css

<style>
 span { border-color: #5E13FC; }

 span { border-color: rgb(94,19,252); }

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