Html Css Color HEX #571BED Han Purple

📋 copy color: '#571BED'

red 87 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #571BED

Tints of Han Purple #571BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 24.79%
G = 7.69%
B = 67.52%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#571BED (or 0x571BED) is known color: Han Purple. HEX triplet: 57, 1B and ED. RGB value is (87,27,237). Sum of RGB (Red+Green+Blue) = 87+27+237=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 27 (10.94% from 255 or 7.69% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #571BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571BED is #A8E412. Grayscale: #444444. Windows color (decimal): -11068435 or 15539031. OLE color: 15539031.

HSL color Cylindrical-coordinate representation of color #571BED: hue angle of 257.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #571BED is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 27 237 -
CMYK 0.63 0.89 0 0.07
HSL 257.14º 0.85% 0.52% -
HSV(B) 257.14º 0.89% 0.93% -
XYZ 19.61 8.92 80.81 -
YUV 68.88 222.88 140.92 -
System Red Green Blue C M Y K H S L
Decimal 87 27 237 0.63 0.89 0 0.07 257.14 0.85 0.52
Hex 57 1B ED 3F 59 0 7 101 55 34
Octal 127 33 355 77 131 0 7 401 125 64
Binary 1010111 11011 11101101 111111 1011001 0 111 100000001 1010101 110100

Color Harmonies of #571BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571BED

Black with #571BED

Text Example


Text Example

White with #571BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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