Html Css Color HEX #570DDA Han Purple

📋 copy color: '#570DDA'

red 87 ◦ green 13 ◦ blue 218

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

Shades of Han Purple #570DDA

Tints of Han Purple #570DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.55%

R = 27.36%
G = 4.09%
B = 68.55%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#570DDA (or 0x570DDA) is known color: Han Purple. HEX triplet: 57, 0D and DA. RGB value is (87,13,218). Sum of RGB (Red+Green+Blue) = 87+13+218=318 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.36% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #570DDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570DDA is #A8F225. Grayscale: #393939. Windows color (decimal): -11072038 or 14290263. OLE color: 14290263.

HSL color Cylindrical-coordinate representation of color #570DDA: hue angle of 261.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570DDA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 13 218 -
CMYK 0.60 0.94 0 0.15
HSL 261.66º 0.89% 0.45% -
HSV(B) 261.66º 0.94% 0.85% -
XYZ 16.73 7.38 66.87 -
YUV 58.5 218.02 148.33 -
System Red Green Blue C M Y K H S L
Decimal 87 13 218 0.60 0.94 0 0.15 261.66 0.89 0.45
Hex 57 D DA 3C 5E 0 F 106 59 2D
Octal 127 15 332 74 136 0 17 406 131 55
Binary 1010111 1101 11011010 111100 1011110 0 1111 100000110 1011001 101101

Color Harmonies of #570DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570DDA

Black with #570DDA

Text Example


Text Example

White with #570DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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