Html Css Color HEX #571BDA Han Purple

📋 copy color: '#571BDA'

red 87 ◦ green 27 ◦ blue 218

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

Shades of Han Purple #571BDA

Tints of Han Purple #571BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.13%

 BLUE value IS 218 (85.55% from 255) = 65.66%

R = 26.2%
G = 8.13%
B = 65.66%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#571BDA (or 0x571BDA) is known color: Han Purple. HEX triplet: 57, 1B and DA. RGB value is (87,27,218). Sum of RGB (Red+Green+Blue) = 87+27+218=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 27 (10.94% from 255 or 8.13% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #571BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #571BDA is #A8E425. Grayscale: #424242. Windows color (decimal): -11068454 or 14293847. OLE color: 14293847.

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

Color convert

RGB 87 27 218 -
CMYK 0.60 0.88 0 0.15
HSL 258.85º 0.78% 0.48% -
HSV(B) 258.85º 0.88% 0.85% -
XYZ 16.98 7.87 66.95 -
YUV 66.71 213.38 142.47 -
System Red Green Blue C M Y K H S L
Decimal 87 27 218 0.60 0.88 0 0.15 258.85 0.78 0.48
Hex 57 1B DA 3C 58 0 F 103 4E 30
Octal 127 33 332 74 130 0 17 403 116 60
Binary 1010111 11011 11011010 111100 1011000 0 1111 100000011 1001110 110000

Color Harmonies of #571BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BDA

Black with #571BDA

Text Example


Text Example

White with #571BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,27,218); }

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

background-color css

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

 a { background-color: rgb(87,27,218); }

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

border-color css

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

 span { border-color: rgb(87,27,218); }

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