Html Css Color HEX #5E0FFA Han Purple

📋 copy color: '#5E0FFA'

red 94 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #5E0FFA

Tints of Han Purple #5E0FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.18%

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

R = 26.18%
G = 4.18%
B = 69.64%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E0FFA (or 0x5E0FFA) is known color: Han Purple. HEX triplet: 5E, 0F and FA. RGB value is (94,15,250). Sum of RGB (Red+Green+Blue) = 94+15+250=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 250 (98.05% from 255 or 69.64% from 359); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E0FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0FFA is #A1F005. Grayscale: #404040. Windows color (decimal): -10612742 or 16387934. OLE color: 16387934.

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

Color convert

RGB 94 15 250 -
CMYK 0.62 0.94 0 0.02
HSL 260.17º 0.96% 0.52% -
HSV(B) 260.17º 0.94% 0.98% -
XYZ 22.04 9.62 91.14 -
YUV 65.41 232.17 148.39 -
System Red Green Blue C M Y K H S L
Decimal 94 15 250 0.62 0.94 0 0.02 260.17 0.96 0.52
Hex 5E F FA 3E 5E 0 2 104 60 34
Octal 136 17 372 76 136 0 2 404 140 64
Binary 1011110 1111 11111010 111110 1011110 0 10 100000100 1100000 110100

Color Harmonies of #5E0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0FFA

Black with #5E0FFA

Text Example


Text Example

White with #5E0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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