Html Css Color HEX #570CED Han Purple

📋 copy color: '#570CED'

red 87 ◦ green 12 ◦ blue 237

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

Shades of Han Purple #570CED

Tints of Han Purple #570CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.54%

R = 25.89%
G = 3.57%
B = 70.54%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#570CED (or 0x570CED) is known color: Han Purple. HEX triplet: 57, 0C and ED. RGB value is (87,12,237). Sum of RGB (Red+Green+Blue) = 87+12+237=336 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.89% from 336); Green value is 12 (5.08% from 255 or 3.57% from 336); Blue value is 237 (92.97% from 255 or 70.54% from 336); Max value from RGB is 237 - color contains mainly: blue. Hex color #570CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CED is #A8F312. Grayscale: #3B3B3B. Windows color (decimal): -11072275 or 15535191. OLE color: 15535191.

HSL color Cylindrical-coordinate representation of color #570CED: hue angle of 260º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570CED is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 12 237 -
CMYK 0.63 0.95 0 0.07
HSL 260º 0.9% 0.49% -
HSV(B) 260º 0.95% 0.93% -
XYZ 19.35 8.4 80.72 -
YUV 60.08 227.85 147.2 -
System Red Green Blue C M Y K H S L
Decimal 87 12 237 0.63 0.95 0 0.07 260 0.9 0.49
Hex 57 C ED 3F 5F 0 7 104 5A 31
Octal 127 14 355 77 137 0 7 404 132 61
Binary 1010111 1100 11101101 111111 1011111 0 111 100000100 1011010 110001

Color Harmonies of #570CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CED

Black with #570CED

Text Example


Text Example

White with #570CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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