Html Css Color HEX #5315F9 Han Purple

📋 copy color: '#5315F9'

red 83 ◦ green 21 ◦ blue 249

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

Shades of Han Purple #5315F9

Tints of Han Purple #5315F9

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 249 (97.66% from 255) = 70.54%

R = 23.51%
G = 5.95%
B = 70.54%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5315F9 (or 0x5315F9) is known color: Han Purple. HEX triplet: 53, 15 and F9. RGB value is (83,21,249). Sum of RGB (Red+Green+Blue) = 83+21+249=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 249 (97.66% from 255 or 70.54% from 353); Max value from RGB is 249 - color contains mainly: blue. Hex color #5315F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5315F9 is #ACEA06. Grayscale: #404040. Windows color (decimal): -11332103 or 16323923. OLE color: 16323923.

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

Color convert

RGB 83 21 249 -
CMYK 0.67 0.92 0 0.02
HSL 256.32º 0.95% 0.53% -
HSV(B) 256.32º 0.92% 0.98% -
XYZ 20.93 9.21 90.3 -
YUV 65.53 231.54 140.46 -
System Red Green Blue C M Y K H S L
Decimal 83 21 249 0.67 0.92 0 0.02 256.32 0.95 0.53
Hex 53 15 F9 43 5C 0 2 100 5F 35
Octal 123 25 371 103 134 0 2 400 137 65
Binary 1010011 10101 11111001 1000011 1011100 0 10 100000000 1011111 110101

Color Harmonies of #5315F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315F9

Black with #5315F9

Text Example


Text Example

White with #5315F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5315F9; }

 p { color: rgb(83,21,249); }

 H1.HeaderClassName
 {
   color: #5315F9;
 }
 .AnyTagClassName
 {
   color: #5315F9;
 }
</style>

background-color css

<style>
 a { background-color: #5315F9; }

 a { background-color: rgb(83,21,249); }

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

border-color css

<style>
 span { border-color: #5315F9; }

 span { border-color: rgb(83,21,249); }

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