Html Css Color HEX #570CDF Han Purple

📋 copy color: '#570CDF'

red 87 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #570CDF

Tints of Han Purple #570CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.73%

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

R = 27.02%
G = 3.73%
B = 69.25%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#570CDF (or 0x570CDF) is known color: Han Purple. HEX triplet: 57, 0C and DF. RGB value is (87,12,223). Sum of RGB (Red+Green+Blue) = 87+12+223=322 (42% of max value = 765). Red value is 87 (34.38% from 255 or 27.02% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #570CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #570CDF is #A8F320. Grayscale: #393939. Windows color (decimal): -11072289 or 14617687. OLE color: 14617687.

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

Color convert

RGB 87 12 223 -
CMYK 0.61 0.95 0 0.13
HSL 261.33º 0.9% 0.46% -
HSV(B) 261.33º 0.95% 0.87% -
XYZ 17.38 7.62 70.37 -
YUV 58.48 220.85 148.34 -
System Red Green Blue C M Y K H S L
Decimal 87 12 223 0.61 0.95 0 0.13 261.33 0.9 0.46
Hex 57 C DF 3D 5F 0 D 105 5A 2E
Octal 127 14 337 75 137 0 15 405 132 56
Binary 1010111 1100 11011111 111101 1011111 0 1101 100000101 1011010 101110

Color Harmonies of #570CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CDF

Black with #570CDF

Text Example


Text Example

White with #570CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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