Html Css Color HEX #570CFA Han Purple

📋 copy color: '#570CFA'

red 87 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #570CFA

Tints of Han Purple #570CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.63%

R = 24.93%
G = 3.44%
B = 71.63%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#570CFA (or 0x570CFA) is known color: Han Purple. HEX triplet: 57, 0C and FA. RGB value is (87,12,250). Sum of RGB (Red+Green+Blue) = 87+12+250=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #570CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CFA is #A8F305. Grayscale: #3C3C3C. Windows color (decimal): -11072262 or 16387159. OLE color: 16387159.

HSL color Cylindrical-coordinate representation of color #570CFA: hue angle of 258.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CFA is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 12 250 -
CMYK 0.65 0.95 0 0.02
HSL 258.91º 0.96% 0.51% -
HSV(B) 258.91º 0.95% 0.98% -
XYZ 21.32 9.19 91.09 -
YUV 61.56 234.35 146.15 -
System Red Green Blue C M Y K H S L
Decimal 87 12 250 0.65 0.95 0 0.02 258.91 0.96 0.51
Hex 57 C FA 41 5F 0 2 103 60 33
Octal 127 14 372 101 137 0 2 403 140 63
Binary 1010111 1100 11111010 1000001 1011111 0 10 100000011 1100000 110011

Color Harmonies of #570CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CFA

Black with #570CFA

Text Example


Text Example

White with #570CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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