Html Css Color HEX #5413F7 Han Purple

📋 copy color: '#5413F7'

red 84 ◦ green 19 ◦ blue 247

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

Shades of Han Purple #5413F7

Tints of Han Purple #5413F7

RGB

 RED value IS 84 (33.2% from 255) = 24%

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

 BLUE value IS 247 (96.88% from 255) = 70.57%

R = 24%
G = 5.43%
B = 70.57%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5413F7 (or 0x5413F7) is known color: Han Purple. HEX triplet: 54, 13 and F7. RGB value is (84,19,247). Sum of RGB (Red+Green+Blue) = 84+19+247=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 247 (96.88% from 255 or 70.57% from 350); Max value from RGB is 247 - color contains mainly: blue. Hex color #5413F7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5413F7 is #ABEC08. Grayscale: #3F3F3F. Windows color (decimal): -11267081 or 16192340. OLE color: 16192340.

HSL color Cylindrical-coordinate representation of color #5413F7: hue angle of 257.11º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5413F7 is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 84 19 247 -
CMYK 0.66 0.92 0 0.03
HSL 257.11º 0.93% 0.52% -
HSV(B) 257.11º 0.92% 0.97% -
XYZ 20.68 9.07 88.66 -
YUV 64.43 231.03 141.96 -
System Red Green Blue C M Y K H S L
Decimal 84 19 247 0.66 0.92 0 0.03 257.11 0.93 0.52
Hex 54 13 F7 42 5C 0 3 101 5D 34
Octal 124 23 367 102 134 0 3 401 135 64
Binary 1010100 10011 11110111 1000010 1011100 0 11 100000001 1011101 110100

Color Harmonies of #5413F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5413F7

Black with #5413F7

Text Example


Text Example

White with #5413F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5413F7; }

 p { color: rgb(84,19,247); }

 H1.HeaderClassName
 {
   color: #5413F7;
 }
 .AnyTagClassName
 {
   color: #5413F7;
 }
</style>

background-color css

<style>
 a { background-color: #5413F7; }

 a { background-color: rgb(84,19,247); }

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

border-color css

<style>
 span { border-color: #5413F7; }

 span { border-color: rgb(84,19,247); }

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