Html Css Color HEX #5334FA Han Purple

📋 copy color: '#5334FA'

red 83 ◦ green 52 ◦ blue 250

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

Shades of Han Purple #5334FA

Tints of Han Purple #5334FA

RGB

 RED value IS 83 (32.81% from 255) = 21.56%

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

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

R = 21.56%
G = 13.51%
B = 64.94%

CMYK

 C value IS 0.67

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5334FA (or 0x5334FA) is known color: Han Purple. HEX triplet: 53, 34 and FA. RGB value is (83,52,250). Sum of RGB (Red+Green+Blue) = 83+52+250=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #5334FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5334FA is #ACCB05. Grayscale: #535353. Windows color (decimal): -11324166 or 16397395. OLE color: 16397395.

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

Color convert

RGB 83 52 250 -
CMYK 0.67 0.79 0 0.02
HSL 249.39º 0.95% 0.59% -
HSV(B) 249.39º 0.79% 0.98% -
XYZ 22.05 11.2 91.44 -
YUV 83.84 221.77 127.4 -
System Red Green Blue C M Y K H S L
Decimal 83 52 250 0.67 0.79 0 0.02 249.39 0.95 0.59
Hex 53 34 FA 43 4F 0 2 F9 5F 3B
Octal 123 64 372 103 117 0 2 371 137 73
Binary 1010011 110100 11111010 1000011 1001111 0 10 11111001 1011111 111011

Color Harmonies of #5334FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5334FA

Black with #5334FA

Text Example


Text Example

White with #5334FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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