Html Css Color HEX #570ADC Han Purple

📋 copy color: '#570ADC'

red 87 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #570ADC

Tints of Han Purple #570ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.15%

 BLUE value IS 220 (86.33% from 255) = 69.4%

R = 27.44%
G = 3.15%
B = 69.4%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#570ADC (or 0x570ADC) is known color: Han Purple. HEX triplet: 57, 0A and DC. RGB value is (87,10,220). Sum of RGB (Red+Green+Blue) = 87+10+220=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 10 (4.30% from 255 or 3.15% from 317); Blue value is 220 (86.33% from 255 or 69.40% from 317); Max value from RGB is 220 - color contains mainly: blue. Hex color #570ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570ADC is #A8F523. Grayscale: #383838. Windows color (decimal): -11072804 or 14420567. OLE color: 14420567.

HSL color Cylindrical-coordinate representation of color #570ADC: hue angle of 262º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570ADC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 10 220 -
CMYK 0.60 0.95 0 0.14
HSL 262º 0.91% 0.45% -
HSV(B) 262º 0.95% 0.86% -
XYZ 16.96 7.41 68.25 -
YUV 56.96 220.01 149.42 -
System Red Green Blue C M Y K H S L
Decimal 87 10 220 0.60 0.95 0 0.14 262 0.91 0.45
Hex 57 A DC 3C 5F 0 E 106 5B 2D
Octal 127 12 334 74 137 0 16 406 133 55
Binary 1010111 1010 11011100 111100 1011111 0 1110 100000110 1011011 101101

Color Harmonies of #570ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570ADC

Black with #570ADC

Text Example


Text Example

White with #570ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,10,220); }

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

background-color css

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

 a { background-color: rgb(87,10,220); }

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

border-color css

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

 span { border-color: rgb(87,10,220); }

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