Html Css Color HEX #5313FD Han Purple

📋 copy color: '#5313FD'

red 83 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #5313FD

Tints of Han Purple #5313FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.35%

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 23.38%
G = 5.35%
B = 71.27%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5313FD (or 0x5313FD) is known color: Han Purple. HEX triplet: 53, 13 and FD. RGB value is (83,19,253). Sum of RGB (Red+Green+Blue) = 83+19+253=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #5313FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5313FD is #ACEC02. Grayscale: #3F3F3F. Windows color (decimal): -11332611 or 16585555. OLE color: 16585555.

HSL color Cylindrical-coordinate representation of color #5313FD: hue angle of 256.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5313FD is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 19 253 -
CMYK 0.67 0.92 0 0.01
HSL 256.41º 0.98% 0.53% -
HSV(B) 256.41º 0.92% 0.99% -
XYZ 21.53 9.4 93.61 -
YUV 64.81 234.2 140.97 -
System Red Green Blue C M Y K H S L
Decimal 83 19 253 0.67 0.92 0 0.01 256.41 0.98 0.53
Hex 53 13 FD 43 5C 0 1 100 62 35
Octal 123 23 375 103 134 0 1 400 142 65
Binary 1010011 10011 11111101 1000011 1011100 0 1 100000000 1100010 110101

Color Harmonies of #5313FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5313FD

Black with #5313FD

Text Example


Text Example

White with #5313FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5313FD; }

 p { color: rgb(83,19,253); }

 H1.HeaderClassName
 {
   color: #5313FD;
 }
 .AnyTagClassName
 {
   color: #5313FD;
 }
</style>

background-color css

<style>
 a { background-color: #5313FD; }

 a { background-color: rgb(83,19,253); }

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

border-color css

<style>
 span { border-color: #5313FD; }

 span { border-color: rgb(83,19,253); }

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