Html Css Color HEX #5318FF Han Purple

📋 copy color: '#5318FF'

red 83 ◦ green 24 ◦ blue 255

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

Shades of Han Purple #5318FF

Tints of Han Purple #5318FF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.63%

 BLUE value IS 255 (100% from 255) = 70.44%

R = 22.93%
G = 6.63%
B = 70.44%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5318FF (or 0x5318FF) is known color: Han Purple. HEX triplet: 53, 18 and FF. RGB value is (83,24,255). Sum of RGB (Red+Green+Blue) = 83+24+255=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 24 (9.77% from 255 or 6.63% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #5318FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5318FF is #ACE700. Grayscale: #434343. Windows color (decimal): -11331329 or 16717907. OLE color: 16717907.

HSL color Cylindrical-coordinate representation of color #5318FF: hue angle of 255.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5318FF is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 83 24 255 -
CMYK 0.67 0.91 0 0
HSL 255.32º 1% 0.55% -
HSV(B) 255.32º 0.91% 1% -
XYZ 21.94 9.71 95.33 -
YUV 67.98 233.55 138.72 -
System Red Green Blue C M Y K H S L
Decimal 83 24 255 0.67 0.91 0 0 255.32 1 0.55
Hex 53 18 FF 43 5B 0 0 FF 64 37
Octal 123 30 377 103 133 0 0 377 144 67
Binary 1010011 11000 11111111 1000011 1011011 0 0 11111111 1100100 110111

Color Harmonies of #5318FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5318FF

Black with #5318FF

Text Example


Text Example

White with #5318FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5318FF; }

 p { color: rgb(83,24,255); }

 H1.HeaderClassName
 {
   color: #5318FF;
 }
 .AnyTagClassName
 {
   color: #5318FF;
 }
</style>

background-color css

<style>
 a { background-color: #5318FF; }

 a { background-color: rgb(83,24,255); }

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

border-color css

<style>
 span { border-color: #5318FF; }

 span { border-color: rgb(83,24,255); }

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