Html Css Color HEX #5E34FA Han Purple

📋 copy color: '#5E34FA'

red 94 ◦ green 52 ◦ blue 250

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

Shades of Han Purple #5E34FA

Tints of Han Purple #5E34FA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 23.74%
G = 13.13%
B = 63.13%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5E34FA (or 0x5E34FA) is known color: Han Purple. HEX triplet: 5E, 34 and FA. RGB value is (94,52,250). Sum of RGB (Red+Green+Blue) = 94+52+250=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 250 (98.05% from 255 or 63.13% from 396); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E34FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E34FA is #A1CB05. Grayscale: #565656. Windows color (decimal): -10603270 or 16397406. OLE color: 16397406.

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

Color convert

RGB 94 52 250 -
CMYK 0.62 0.79 0 0.02
HSL 252.73º 0.95% 0.59% -
HSV(B) 252.73º 0.79% 0.98% -
XYZ 23.1 11.74 91.49 -
YUV 87.13 219.91 132.9 -
System Red Green Blue C M Y K H S L
Decimal 94 52 250 0.62 0.79 0 0.02 252.73 0.95 0.59
Hex 5E 34 FA 3E 4F 0 2 FD 5F 3B
Octal 136 64 372 76 117 0 2 375 137 73
Binary 1011110 110100 11111010 111110 1001111 0 10 11111101 1011111 111011

Color Harmonies of #5E34FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E34FA

Black with #5E34FA

Text Example


Text Example

White with #5E34FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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