Html Css Color HEX #570CE7 Han Purple

📋 copy color: '#570CE7'

red 87 ◦ green 12 ◦ blue 231

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

Shades of Han Purple #570CE7

Tints of Han Purple #570CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70%

R = 26.36%
G = 3.64%
B = 70%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#570CE7 (or 0x570CE7) is known color: Han Purple. HEX triplet: 57, 0C and E7. RGB value is (87,12,231). Sum of RGB (Red+Green+Blue) = 87+12+231=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 231 (90.62% from 255 or 70% from 330); Max value from RGB is 231 - color contains mainly: blue. Hex color #570CE7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CE7 is #A8F318. Grayscale: #3A3A3A. Windows color (decimal): -11072281 or 15141975. OLE color: 15141975.

HSL color Cylindrical-coordinate representation of color #570CE7: hue angle of 260.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CE7 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 87 12 231 -
CMYK 0.62 0.95 0 0.09
HSL 260.55º 0.9% 0.48% -
HSV(B) 260.55º 0.95% 0.91% -
XYZ 18.49 8.06 76.18 -
YUV 59.39 224.85 147.69 -
System Red Green Blue C M Y K H S L
Decimal 87 12 231 0.62 0.95 0 0.09 260.55 0.9 0.48
Hex 57 C E7 3E 5F 0 9 105 5A 30
Octal 127 14 347 76 137 0 11 405 132 60
Binary 1010111 1100 11100111 111110 1011111 0 1001 100000101 1011010 110000

Color Harmonies of #570CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CE7

Black with #570CE7

Text Example


Text Example

White with #570CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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