Html Css Color HEX #5E35FD Han Purple

📋 copy color: '#5E35FD'

red 94 ◦ green 53 ◦ blue 253

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

Shades of Han Purple #5E35FD

Tints of Han Purple #5E35FD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.25%

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

R = 23.5%
G = 13.25%
B = 63.25%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5E35FD (or 0x5E35FD) is known color: Han Purple. HEX triplet: 5E, 35 and FD. RGB value is (94,53,253). Sum of RGB (Red+Green+Blue) = 94+53+253=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E35FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E35FD is #A1CA02. Grayscale: #575757. Windows color (decimal): -10603011 or 16594270. OLE color: 16594270.

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

Color convert

RGB 94 53 253 -
CMYK 0.63 0.79 0 0.01
HSL 252.3º 0.98% 0.6% -
HSV(B) 252.3º 0.79% 0.99% -
XYZ 23.62 12.02 94 -
YUV 88.06 221.08 132.24 -
System Red Green Blue C M Y K H S L
Decimal 94 53 253 0.63 0.79 0 0.01 252.3 0.98 0.6
Hex 5E 35 FD 3F 4F 0 1 FC 62 3C
Octal 136 65 375 77 117 0 1 374 142 74
Binary 1011110 110101 11111101 111111 1001111 0 1 11111100 1100010 111100

Color Harmonies of #5E35FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E35FD

Black with #5E35FD

Text Example


Text Example

White with #5E35FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,53,253); }

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

background-color css

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

 a { background-color: rgb(94,53,253); }

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

border-color css

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

 span { border-color: rgb(94,53,253); }

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