Html Css Color HEX #571EFA Han Purple

📋 copy color: '#571EFA'

red 87 ◦ green 30 ◦ blue 250

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

Shades of Han Purple #571EFA

Tints of Han Purple #571EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 68.12%

R = 23.71%
G = 8.17%
B = 68.12%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#571EFA (or 0x571EFA) is known color: Han Purple. HEX triplet: 57, 1E and FA. RGB value is (87,30,250). Sum of RGB (Red+Green+Blue) = 87+30+250=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 250 (98.05% from 255 or 68.12% from 367); Max value from RGB is 250 - color contains mainly: blue. Hex color #571EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571EFA is #A8E105. Grayscale: #474747. Windows color (decimal): -11067654 or 16391767. OLE color: 16391767.

HSL color Cylindrical-coordinate representation of color #571EFA: hue angle of 255.55º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571EFA is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 30 250 -
CMYK 0.65 0.88 0 0.02
HSL 255.55º 0.96% 0.55% -
HSV(B) 255.55º 0.88% 0.98% -
XYZ 21.65 9.86 91.2 -
YUV 72.12 228.38 138.61 -
System Red Green Blue C M Y K H S L
Decimal 87 30 250 0.65 0.88 0 0.02 255.55 0.96 0.55
Hex 57 1E FA 41 58 0 2 100 60 37
Octal 127 36 372 101 130 0 2 400 140 67
Binary 1010111 11110 11111010 1000001 1011000 0 10 100000000 1100000 110111

Color Harmonies of #571EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571EFA

Black with #571EFA

Text Example


Text Example

White with #571EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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