Html Css Color HEX #571ADC Han Purple

📋 copy color: '#571ADC'

red 87 ◦ green 26 ◦ blue 220

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

Shades of Han Purple #571ADC

Tints of Han Purple #571ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 26.13%
G = 7.81%
B = 66.07%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#571ADC (or 0x571ADC) is known color: Han Purple. HEX triplet: 57, 1A and DC. RGB value is (87,26,220). Sum of RGB (Red+Green+Blue) = 87+26+220=333 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.13% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #571ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571ADC is #A8E523. Grayscale: #414141. Windows color (decimal): -11068708 or 14424663. OLE color: 14424663.

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

Color convert

RGB 87 26 220 -
CMYK 0.60 0.88 0 0.14
HSL 258.87º 0.79% 0.48% -
HSV(B) 258.87º 0.88% 0.86% -
XYZ 17.22 7.93 68.33 -
YUV 66.36 214.71 142.73 -
System Red Green Blue C M Y K H S L
Decimal 87 26 220 0.60 0.88 0 0.14 258.87 0.79 0.48
Hex 57 1A DC 3C 58 0 E 103 4F 30
Octal 127 32 334 74 130 0 16 403 117 60
Binary 1010111 11010 11011100 111100 1011000 0 1110 100000011 1001111 110000

Color Harmonies of #571ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571ADC

Black with #571ADC

Text Example


Text Example

White with #571ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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