Html Css Color HEX #570CEE Han Purple

📋 copy color: '#570CEE'

red 87 ◦ green 12 ◦ blue 238

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

Shades of Han Purple #570CEE

Tints of Han Purple #570CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.62%

R = 25.82%
G = 3.56%
B = 70.62%

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

#570CEE (or 0x570CEE) is known color: Han Purple. HEX triplet: 57, 0C and EE. RGB value is (87,12,238). Sum of RGB (Red+Green+Blue) = 87+12+238=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #570CEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #570CEE is #A8F311. Grayscale: #3B3B3B. Windows color (decimal): -11072274 or 15600727. OLE color: 15600727.

HSL color Cylindrical-coordinate representation of color #570CEE: hue angle of 259.91º 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 #570CEE is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 12 238 -
CMYK 0.63 0.95 0 0.07
HSL 259.91º 0.9% 0.49% -
HSV(B) 259.91º 0.95% 0.93% -
XYZ 19.49 8.46 81.49 -
YUV 60.19 228.35 147.12 -
System Red Green Blue C M Y K H S L
Decimal 87 12 238 0.63 0.95 0 0.07 259.91 0.9 0.49
Hex 57 C EE 3F 5F 0 7 104 5A 31
Octal 127 14 356 77 137 0 7 404 132 61
Binary 1010111 1100 11101110 111111 1011111 0 111 100000100 1011010 110001

Color Harmonies of #570CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570CEE

Black with #570CEE

Text Example


Text Example

White with #570CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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