Html Css Color HEX #570CFB Han Purple

📋 copy color: '#570CFB'

red 87 ◦ green 12 ◦ blue 251

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

Shades of Han Purple #570CFB

Tints of Han Purple #570CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 71.71%

R = 24.86%
G = 3.43%
B = 71.71%

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

#570CFB (or 0x570CFB) is known color: Han Purple. HEX triplet: 57, 0C and FB. RGB value is (87,12,251). Sum of RGB (Red+Green+Blue) = 87+12+251=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #570CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CFB is #A8F304. Grayscale: #3C3C3C. Windows color (decimal): -11072261 or 16452695. OLE color: 16452695.

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

Color convert

RGB 87 12 251 -
CMYK 0.65 0.95 0 0.02
HSL 258.83º 0.97% 0.52% -
HSV(B) 258.83º 0.95% 0.98% -
XYZ 21.47 9.25 91.92 -
YUV 61.67 234.85 146.07 -
System Red Green Blue C M Y K H S L
Decimal 87 12 251 0.65 0.95 0 0.02 258.83 0.97 0.52
Hex 57 C FB 41 5F 0 2 103 61 34
Octal 127 14 373 101 137 0 2 403 141 64
Binary 1010111 1100 11111011 1000001 1011111 0 10 100000011 1100001 110100

Color Harmonies of #570CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CFB

Black with #570CFB

Text Example


Text Example

White with #570CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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