Html Css Color HEX #5E15FA Han Purple

📋 copy color: '#5E15FA'

red 94 ◦ green 21 ◦ blue 250

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

Shades of Han Purple #5E15FA

Tints of Han Purple #5E15FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

 BLUE value IS 250 (98.05% from 255) = 68.49%

R = 25.75%
G = 5.75%
B = 68.49%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E15FA (or 0x5E15FA) is known color: Han Purple. HEX triplet: 5E, 15 and FA. RGB value is (94,21,250). Sum of RGB (Red+Green+Blue) = 94+21+250=365 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.75% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 250 (98.05% from 255 or 68.49% from 365); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E15FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E15FA is #A1EA05. Grayscale: #444444. Windows color (decimal): -10611206 or 16389470. OLE color: 16389470.

HSL color Cylindrical-coordinate representation of color #5E15FA: hue angle of 259.13º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5E15FA is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 94 21 250 -
CMYK 0.62 0.92 0 0.02
HSL 259.13º 0.96% 0.53% -
HSV(B) 259.13º 0.92% 0.98% -
XYZ 22.14 9.82 91.17 -
YUV 68.93 230.18 145.88 -
System Red Green Blue C M Y K H S L
Decimal 94 21 250 0.62 0.92 0 0.02 259.13 0.96 0.53
Hex 5E 15 FA 3E 5C 0 2 103 60 35
Octal 136 25 372 76 134 0 2 403 140 65
Binary 1011110 10101 11111010 111110 1011100 0 10 100000011 1100000 110101

Color Harmonies of #5E15FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E15FA

Black with #5E15FA

Text Example


Text Example

White with #5E15FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,250); }

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

background-color css

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

 a { background-color: rgb(94,21,250); }

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

border-color css

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

 span { border-color: rgb(94,21,250); }

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