Html Css Color HEX #571FFF Han Purple

📋 copy color: '#571FFF'

red 87 ◦ green 31 ◦ blue 255

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

Shades of Han Purple #571FFF

Tints of Han Purple #571FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 68.36%

R = 23.32%
G = 8.31%
B = 68.36%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#571FFF (or 0x571FFF) is known color: Han Purple. HEX triplet: 57, 1F and FF. RGB value is (87,31,255). Sum of RGB (Red+Green+Blue) = 87+31+255=373 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.32% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #571FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #571FFF is #A8E000. Grayscale: #484848. Windows color (decimal): -11067393 or 16719703. OLE color: 16719703.

HSL color Cylindrical-coordinate representation of color #571FFF: hue angle of 255º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571FFF is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 87 31 255 -
CMYK 0.66 0.88 0 0
HSL 255º 1% 0.56% -
HSV(B) 255º 0.88% 1% -
XYZ 22.47 10.23 95.4 -
YUV 73.28 230.55 137.79 -
System Red Green Blue C M Y K H S L
Decimal 87 31 255 0.66 0.88 0 0 255 1 0.56
Hex 57 1F FF 42 58 0 0 FF 64 38
Octal 127 37 377 102 130 0 0 377 144 70
Binary 1010111 11111 11111111 1000010 1011000 0 0 11111111 1100100 111000

Color Harmonies of #571FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571FFF

Black with #571FFF

Text Example


Text Example

White with #571FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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