#571FE1

Color #571FE1 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #571FE1

Tints of Han Purple #571FE1

Color information

#571FE1 (or 0x571FE1) is unknown color: approx Han Purple. HEX triplet: 57, 1F and E1. RGB value is (87,31,225). Sum of RGB (Red+Green+Blue) = 87+31+225=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #571FE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FE1 is #A8E01E. Grayscale: #454545. Windows color (decimal): -11067423 or 14753623. OLE color: 14753623.

HSL color Cylindrical-coordinate representation of color #571FE1: hue angle of 257.32º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571FE1 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB8731225-
CMYK0.610.8600.12
HSL257.32º76.38%50.2%-
HSV(B)257.32º86.22%88.24%-
XYZ18.018.4471.91-
YUV69.86215.55140.23-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.36%
GREEN value IS 31 (12.5% from 255) = 9.04%
BLUE value IS 225 (88.28% from 255) = 65.60%
R=25.36%
G=9.04%
B=65.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal87312250.610.8600.12257.3276.3850.2
Hex571FE13D560C1014c32
Octal127373417512601440111462
Binary101011111111111000011111011010110011001000000011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571FE1; }

 p { color: rgb(87,31,225); }

 H1.HeaderClassName
 {
   color: #571FE1;
 }
 .AnyTagClassName
 {
   color: #571FE1;
 }
</style>
background-color css

<style>
 a { background-color: #571FE1; }

 a { background-color: rgb(87,31,225); }

 div.DivClassName
 {
   background-color: #571FE1;
 }
 .BgClassName
 {
   background-color: #571FE1;
 }
</style>
border-color css

<style>
 span { border-color: #571FE1; }

 span { border-color: rgb(87,31,225); }

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