Html Css Color HEX #570FDF Han Purple

📋 copy color: '#570FDF'

red 87 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #570FDF

Tints of Han Purple #570FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 26.77%
G = 4.62%
B = 68.62%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#570FDF (or 0x570FDF) is known color: Han Purple. HEX triplet: 57, 0F and DF. RGB value is (87,15,223). Sum of RGB (Red+Green+Blue) = 87+15+223=325 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.77% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #570FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570FDF is #A8F020. Grayscale: #3B3B3B. Windows color (decimal): -11071521 or 14618455. OLE color: 14618455.

HSL color Cylindrical-coordinate representation of color #570FDF: hue angle of 260.77º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570FDF is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 15 223 -
CMYK 0.61 0.93 0 0.13
HSL 260.77º 0.87% 0.47% -
HSV(B) 260.77º 0.93% 0.87% -
XYZ 17.42 7.7 70.38 -
YUV 60.24 219.85 147.09 -
System Red Green Blue C M Y K H S L
Decimal 87 15 223 0.61 0.93 0 0.13 260.77 0.87 0.47
Hex 57 F DF 3D 5D 0 D 105 57 2F
Octal 127 17 337 75 135 0 15 405 127 57
Binary 1010111 1111 11011111 111101 1011101 0 1101 100000101 1010111 101111

Color Harmonies of #570FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570FDF

Black with #570FDF

Text Example


Text Example

White with #570FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570FDF; }

 p { color: rgb(87,15,223); }

 H1.HeaderClassName
 {
   color: #570FDF;
 }
 .AnyTagClassName
 {
   color: #570FDF;
 }
</style>

background-color css

<style>
 a { background-color: #570FDF; }

 a { background-color: rgb(87,15,223); }

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

border-color css

<style>
 span { border-color: #570FDF; }

 span { border-color: rgb(87,15,223); }

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