Html Css Color HEX #5834FA Han Purple

📋 copy color: '#5834FA'

red 88 ◦ green 52 ◦ blue 250

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

Shades of Han Purple #5834FA

Tints of Han Purple #5834FA

RGB

 RED value IS 88 (34.77% from 255) = 22.56%

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

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

R = 22.56%
G = 13.33%
B = 64.1%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5834FA (or 0x5834FA) is known color: Han Purple. HEX triplet: 58, 34 and FA. RGB value is (88,52,250). Sum of RGB (Red+Green+Blue) = 88+52+250=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #5834FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5834FA is #A7CB05. Grayscale: #545454. Windows color (decimal): -10996486 or 16397400. OLE color: 16397400.

HSL color Cylindrical-coordinate representation of color #5834FA: hue angle of 250.91º 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 #5834FA is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 52 250 -
CMYK 0.65 0.79 0 0.02
HSL 250.91º 0.95% 0.59% -
HSV(B) 250.91º 0.79% 0.98% -
XYZ 22.51 11.43 91.46 -
YUV 85.34 220.93 129.9 -
System Red Green Blue C M Y K H S L
Decimal 88 52 250 0.65 0.79 0 0.02 250.91 0.95 0.59
Hex 58 34 FA 41 4F 0 2 FB 5F 3B
Octal 130 64 372 101 117 0 2 373 137 73
Binary 1011000 110100 11111010 1000001 1001111 0 10 11111011 1011111 111011

Color Harmonies of #5834FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5834FA

Black with #5834FA

Text Example


Text Example

White with #5834FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5834FA; }

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

 H1.HeaderClassName
 {
   color: #5834FA;
 }
 .AnyTagClassName
 {
   color: #5834FA;
 }
</style>

background-color css

<style>
 a { background-color: #5834FA; }

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

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

border-color css

<style>
 span { border-color: #5834FA; }

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

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