Html Css Color HEX #571FDD Han Purple

📋 copy color: '#571FDD'

red 87 ◦ green 31 ◦ blue 221

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

Shades of Han Purple #571FDD

Tints of Han Purple #571FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.19%

R = 25.66%
G = 9.14%
B = 65.19%

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

#571FDD (or 0x571FDD) is known color: Han Purple. HEX triplet: 57, 1F and DD. RGB value is (87,31,221). Sum of RGB (Red+Green+Blue) = 87+31+221=339 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.66% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #571FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571FDD is #A8E022. Grayscale: #444444. Windows color (decimal): -11067427 or 14491479. OLE color: 14491479.

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

Color convert

RGB 87 31 221 -
CMYK 0.61 0.86 0 0.13
HSL 257.68º 0.75% 0.49% -
HSV(B) 257.68º 0.86% 0.87% -
XYZ 17.47 8.23 69.07 -
YUV 69.4 213.55 140.55 -
System Red Green Blue C M Y K H S L
Decimal 87 31 221 0.61 0.86 0 0.13 257.68 0.75 0.49
Hex 57 1F DD 3D 56 0 D 102 4B 31
Octal 127 37 335 75 126 0 15 402 113 61
Binary 1010111 11111 11011101 111101 1010110 0 1101 100000010 1001011 110001

Color Harmonies of #571FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FDD

Black with #571FDD

Text Example


Text Example

White with #571FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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