Html Css Color HEX #571FDF Han Purple

📋 copy color: '#571FDF'

red 87 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #571FDF

Tints of Han Purple #571FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.09%

 BLUE value IS 223 (87.5% from 255) = 65.4%

R = 25.51%
G = 9.09%
B = 65.4%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#571FDF (or 0x571FDF) is known color: Han Purple. HEX triplet: 57, 1F and DF. RGB value is (87,31,223). Sum of RGB (Red+Green+Blue) = 87+31+223=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #571FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FDF is #A8E020. Grayscale: #444444. Windows color (decimal): -11067425 or 14622551. OLE color: 14622551.

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

Color convert

RGB 87 31 223 -
CMYK 0.61 0.86 0 0.13
HSL 257.5º 0.76% 0.5% -
HSV(B) 257.5º 0.86% 0.87% -
XYZ 17.74 8.33 70.49 -
YUV 69.63 214.55 140.39 -
System Red Green Blue C M Y K H S L
Decimal 87 31 223 0.61 0.86 0 0.13 257.5 0.76 0.5
Hex 57 1F DF 3D 56 0 D 102 4C 32
Octal 127 37 337 75 126 0 15 402 114 62
Binary 1010111 11111 11011111 111101 1010110 0 1101 100000010 1001100 110010

Color Harmonies of #571FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FDF

Black with #571FDF

Text Example


Text Example

White with #571FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #571FDF;
 }
 .AnyTagClassName
 {
   color: #571FDF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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