Html Css Color HEX #5707F1 Han Purple

📋 copy color: '#5707F1'

red 87 ◦ green 7 ◦ blue 241

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

Shades of Han Purple #5707F1

Tints of Han Purple #5707F1

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.09%

 BLUE value IS 241 (94.53% from 255) = 71.94%

R = 25.97%
G = 2.09%
B = 71.94%

CMYK

 C value IS 0.64

 M value IS 0.97

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5707F1 (or 0x5707F1) is known color: Han Purple. HEX triplet: 57, 07 and F1. RGB value is (87,7,241). Sum of RGB (Red+Green+Blue) = 87+7+241=335 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.97% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 241 (94.53% from 255 or 71.94% from 335); Max value from RGB is 241 - color contains mainly: blue. Hex color #5707F1 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5707F1 is #A8F80E. Grayscale: #383838. Windows color (decimal): -11073551 or 15796055. OLE color: 15796055.

HSL color Cylindrical-coordinate representation of color #5707F1: hue angle of 260.51º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5707F1 is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 87 7 241 -
CMYK 0.64 0.97 0 0.05
HSL 260.51º 0.94% 0.49% -
HSV(B) 260.51º 0.97% 0.95% -
XYZ 19.88 8.53 83.82 -
YUV 57.6 231.5 148.97 -
System Red Green Blue C M Y K H S L
Decimal 87 7 241 0.64 0.97 0 0.05 260.51 0.94 0.49
Hex 57 7 F1 40 61 0 5 105 5E 31
Octal 127 7 361 100 141 0 5 405 136 61
Binary 1010111 111 11110001 1000000 1100001 0 101 100000101 1011110 110001

Color Harmonies of #5707F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5707F1

Black with #5707F1

Text Example


Text Example

White with #5707F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5707F1; }

 p { color: rgb(87,7,241); }

 H1.HeaderClassName
 {
   color: #5707F1;
 }
 .AnyTagClassName
 {
   color: #5707F1;
 }
</style>

background-color css

<style>
 a { background-color: #5707F1; }

 a { background-color: rgb(87,7,241); }

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

border-color css

<style>
 span { border-color: #5707F1; }

 span { border-color: rgb(87,7,241); }

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