Html Css Color HEX #571FEC Han Purple

📋 copy color: '#571FEC'

red 87 ◦ green 31 ◦ blue 236

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

Shades of Han Purple #571FEC

Tints of Han Purple #571FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.76%

 BLUE value IS 236 (92.58% from 255) = 66.67%

R = 24.58%
G = 8.76%
B = 66.67%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#571FEC (or 0x571FEC) is known color: Han Purple. HEX triplet: 57, 1F and EC. RGB value is (87,31,236). Sum of RGB (Red+Green+Blue) = 87+31+236=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 236 (92.58% from 255 or 66.67% from 354); Max value from RGB is 236 - color contains mainly: blue. Hex color #571FEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571FEC is #A8E013. Grayscale: #464646. Windows color (decimal): -11067412 or 15474519. OLE color: 15474519.

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

Color convert

RGB 87 31 236 -
CMYK 0.63 0.87 0 0.07
HSL 256.39º 0.84% 0.52% -
HSV(B) 256.39º 0.87% 0.93% -
XYZ 19.56 9.06 80.08 -
YUV 71.11 221.05 139.33 -
System Red Green Blue C M Y K H S L
Decimal 87 31 236 0.63 0.87 0 0.07 256.39 0.84 0.52
Hex 57 1F EC 3F 57 0 7 100 54 34
Octal 127 37 354 77 127 0 7 400 124 64
Binary 1010111 11111 11101100 111111 1010111 0 111 100000000 1010100 110100

Color Harmonies of #571FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FEC

Black with #571FEC

Text Example


Text Example

White with #571FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,31,236); }

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

background-color css

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

 a { background-color: rgb(87,31,236); }

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

border-color css

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

 span { border-color: rgb(87,31,236); }

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