Html Css Color HEX #5710FA Han Purple

📋 copy color: '#5710FA'

red 87 ◦ green 16 ◦ blue 250

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

Shades of Han Purple #5710FA

Tints of Han Purple #5710FA

RGB

 RED value IS 87 (34.38% from 255) = 24.65%

 GREEN value IS 16 (6.64% from 255) = 4.53%

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

R = 24.65%
G = 4.53%
B = 70.82%

CMYK

 C value IS 0.65

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5710FA (or 0x5710FA) is known color: Han Purple. HEX triplet: 57, 10 and FA. RGB value is (87,16,250). Sum of RGB (Red+Green+Blue) = 87+16+250=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 16 (6.64% from 255 or 4.53% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5710FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5710FA is #A8EF05. Grayscale: #3F3F3F. Windows color (decimal): -11071238 or 16388183. OLE color: 16388183.

HSL color Cylindrical-coordinate representation of color #5710FA: hue angle of 258.21º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5710FA is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 16 250 -
CMYK 0.65 0.94 0 0.02
HSL 258.21º 0.96% 0.52% -
HSV(B) 258.21º 0.94% 0.98% -
XYZ 21.37 9.3 91.11 -
YUV 63.91 233.02 144.47 -
System Red Green Blue C M Y K H S L
Decimal 87 16 250 0.65 0.94 0 0.02 258.21 0.96 0.52
Hex 57 10 FA 41 5E 0 2 102 60 34
Octal 127 20 372 101 136 0 2 402 140 64
Binary 1010111 10000 11111010 1000001 1011110 0 10 100000010 1100000 110100

Color Harmonies of #5710FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5710FA

Black with #5710FA

Text Example


Text Example

White with #5710FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,16,250); }

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

background-color css

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

 a { background-color: rgb(87,16,250); }

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

border-color css

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

 span { border-color: rgb(87,16,250); }

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