Html Css Color HEX #571EEF Han Purple

📋 copy color: '#571EEF'

red 87 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #571EEF

Tints of Han Purple #571EEF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.43%

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 24.44%
G = 8.43%
B = 67.13%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#571EEF (or 0x571EEF) is known color: Han Purple. HEX triplet: 57, 1E and EF. RGB value is (87,30,239). Sum of RGB (Red+Green+Blue) = 87+30+239=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #571EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EEF is #A8E110. Grayscale: #464646. Windows color (decimal): -11067665 or 15670871. OLE color: 15670871.

HSL color Cylindrical-coordinate representation of color #571EEF: hue angle of 256.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #571EEF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 87 30 239 -
CMYK 0.64 0.87 0 0.06
HSL 256.36º 0.87% 0.53% -
HSV(B) 256.36º 0.87% 0.94% -
XYZ 19.97 9.19 82.38 -
YUV 70.87 222.88 139.51 -
System Red Green Blue C M Y K H S L
Decimal 87 30 239 0.64 0.87 0 0.06 256.36 0.87 0.53
Hex 57 1E EF 40 57 0 6 100 57 35
Octal 127 36 357 100 127 0 6 400 127 65
Binary 1010111 11110 11101111 1000000 1010111 0 110 100000000 1010111 110101

Color Harmonies of #571EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EEF

Black with #571EEF

Text Example


Text Example

White with #571EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,30,239); }

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

background-color css

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

 a { background-color: rgb(87,30,239); }

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

border-color css

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

 span { border-color: rgb(87,30,239); }

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