Html Css Color HEX #5316FA Han Purple

📋 copy color: '#5316FA'

red 83 ◦ green 22 ◦ blue 250

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

Shades of Han Purple #5316FA

Tints of Han Purple #5316FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

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

R = 23.38%
G = 6.2%
B = 70.42%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5316FA (or 0x5316FA) is known color: Han Purple. HEX triplet: 53, 16 and FA. RGB value is (83,22,250). Sum of RGB (Red+Green+Blue) = 83+22+250=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #5316FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5316FA is #ACE905. Grayscale: #414141. Windows color (decimal): -11331846 or 16389715. OLE color: 16389715.

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

Color convert

RGB 83 22 250 -
CMYK 0.67 0.91 0 0.02
HSL 256.05º 0.96% 0.53% -
HSV(B) 256.05º 0.91% 0.98% -
XYZ 21.11 9.31 91.13 -
YUV 66.23 231.71 139.96 -
System Red Green Blue C M Y K H S L
Decimal 83 22 250 0.67 0.91 0 0.02 256.05 0.96 0.53
Hex 53 16 FA 43 5B 0 2 100 60 35
Octal 123 26 372 103 133 0 2 400 140 65
Binary 1010011 10110 11111010 1000011 1011011 0 10 100000000 1100000 110101

Color Harmonies of #5316FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5316FA

Black with #5316FA

Text Example


Text Example

White with #5316FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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