Html Css Color HEX #5317FD Han Purple

📋 copy color: '#5317FD'

red 83 ◦ green 23 ◦ blue 253

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

Shades of Han Purple #5317FD

Tints of Han Purple #5317FD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.41%

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

R = 23.12%
G = 6.41%
B = 70.47%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5317FD (or 0x5317FD) is known color: Han Purple. HEX triplet: 53, 17 and FD. RGB value is (83,23,253). Sum of RGB (Red+Green+Blue) = 83+23+253=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #5317FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5317FD is #ACE802. Grayscale: #424242. Windows color (decimal): -11331587 or 16586579. OLE color: 16586579.

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

Color convert

RGB 83 23 253 -
CMYK 0.67 0.91 0 0.01
HSL 255.65º 0.98% 0.54% -
HSV(B) 255.65º 0.91% 0.99% -
XYZ 21.6 9.54 93.63 -
YUV 67.16 232.88 139.3 -
System Red Green Blue C M Y K H S L
Decimal 83 23 253 0.67 0.91 0 0.01 255.65 0.98 0.54
Hex 53 17 FD 43 5B 0 1 100 62 36
Octal 123 27 375 103 133 0 1 400 142 66
Binary 1010011 10111 11111101 1000011 1011011 0 1 100000000 1100010 110110

Color Harmonies of #5317FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5317FD

Black with #5317FD

Text Example


Text Example

White with #5317FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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