Html Css Color HEX #571ADD Han Purple

📋 copy color: '#571ADD'

red 87 ◦ green 26 ◦ blue 221

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

Shades of Han Purple #571ADD

Tints of Han Purple #571ADD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.78%

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

R = 26.05%
G = 7.78%
B = 66.17%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#571ADD (or 0x571ADD) is known color: Han Purple. HEX triplet: 57, 1A and DD. RGB value is (87,26,221). Sum of RGB (Red+Green+Blue) = 87+26+221=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 221 (86.72% from 255 or 66.17% from 334); Max value from RGB is 221 - color contains mainly: blue. Hex color #571ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ADD is #A8E522. Grayscale: #414141. Windows color (decimal): -11068707 or 14490199. OLE color: 14490199.

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

Color convert

RGB 87 26 221 -
CMYK 0.61 0.88 0 0.13
HSL 258.77º 0.79% 0.48% -
HSV(B) 258.77º 0.88% 0.87% -
XYZ 17.35 7.99 69.03 -
YUV 66.47 215.21 142.64 -
System Red Green Blue C M Y K H S L
Decimal 87 26 221 0.61 0.88 0 0.13 258.77 0.79 0.48
Hex 57 1A DD 3D 58 0 D 103 4F 30
Octal 127 32 335 75 130 0 15 403 117 60
Binary 1010111 11010 11011101 111101 1011000 0 1101 100000011 1001111 110000

Color Harmonies of #571ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571ADD

Black with #571ADD

Text Example


Text Example

White with #571ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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