Html Css Color HEX #570DDD Han Purple

📋 copy color: '#570DDD'

red 87 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #570DDD

Tints of Han Purple #570DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.05%

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 27.1%
G = 4.05%
B = 68.85%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#570DDD (or 0x570DDD) is known color: Han Purple. HEX triplet: 57, 0D and DD. RGB value is (87,13,221). Sum of RGB (Red+Green+Blue) = 87+13+221=321 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.10% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #570DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DDD is #A8F222. Grayscale: #3A3A3A. Windows color (decimal): -11072035 or 14486871. OLE color: 14486871.

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

Color convert

RGB 87 13 221 -
CMYK 0.61 0.94 0 0.13
HSL 261.35º 0.89% 0.46% -
HSV(B) 261.35º 0.94% 0.87% -
XYZ 17.13 7.53 68.96 -
YUV 58.84 219.52 148.09 -
System Red Green Blue C M Y K H S L
Decimal 87 13 221 0.61 0.94 0 0.13 261.35 0.89 0.46
Hex 57 D DD 3D 5E 0 D 105 59 2E
Octal 127 15 335 75 136 0 15 405 131 56
Binary 1010111 1101 11011101 111101 1011110 0 1101 100000101 1011001 101110

Color Harmonies of #570DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570DDD

Black with #570DDD

Text Example


Text Example

White with #570DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,13,221); }

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

background-color css

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

 a { background-color: rgb(87,13,221); }

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

border-color css

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

 span { border-color: rgb(87,13,221); }

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