Html Css Color HEX #5315FA Han Purple

📋 copy color: '#5315FA'

red 83 ◦ green 21 ◦ blue 250

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

Shades of Han Purple #5315FA

Tints of Han Purple #5315FA

RGB

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

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

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

R = 23.45%
G = 5.93%
B = 70.62%

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

#5315FA (or 0x5315FA) is known color: Han Purple. HEX triplet: 53, 15 and FA. RGB value is (83,21,250). Sum of RGB (Red+Green+Blue) = 83+21+250=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #5315FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5315FA is #ACEA05. Grayscale: #404040. Windows color (decimal): -11332102 or 16389459. OLE color: 16389459.

HSL color Cylindrical-coordinate representation of color #5315FA: hue angle of 256.24º degrees, saturation: 0.96, 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 #5315FA is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 83 21 250 -
CMYK 0.67 0.92 0 0.02
HSL 256.24º 0.96% 0.53% -
HSV(B) 256.24º 0.92% 0.98% -
XYZ 21.09 9.28 91.12 -
YUV 65.64 232.04 140.38 -
System Red Green Blue C M Y K H S L
Decimal 83 21 250 0.67 0.92 0 0.02 256.24 0.96 0.53
Hex 53 15 FA 43 5C 0 2 100 60 35
Octal 123 25 372 103 134 0 2 400 140 65
Binary 1010011 10101 11111010 1000011 1011100 0 10 100000000 1100000 110101

Color Harmonies of #5315FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5315FA

Black with #5315FA

Text Example


Text Example

White with #5315FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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