Html Css Color HEX #5712EE Han Purple

📋 copy color: '#5712EE'

red 87 ◦ green 18 ◦ blue 238

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

Shades of Han Purple #5712EE

Tints of Han Purple #5712EE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.25%

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

R = 25.36%
G = 5.25%
B = 69.39%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5712EE (or 0x5712EE) is known color: Han Purple. HEX triplet: 57, 12 and EE. RGB value is (87,18,238). Sum of RGB (Red+Green+Blue) = 87+18+238=343 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.36% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 238 (93.36% from 255 or 69.39% from 343); Max value from RGB is 238 - color contains mainly: blue. Hex color #5712EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5712EE is #A8ED11. Grayscale: #3E3E3E. Windows color (decimal): -11070738 or 15602263. OLE color: 15602263.

HSL color Cylindrical-coordinate representation of color #5712EE: hue angle of 258.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5712EE is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 87 18 238 -
CMYK 0.63 0.92 0 0.07
HSL 258.82º 0.87% 0.5% -
HSV(B) 258.82º 0.92% 0.93% -
XYZ 19.58 8.63 81.52 -
YUV 63.71 226.36 144.61 -
System Red Green Blue C M Y K H S L
Decimal 87 18 238 0.63 0.92 0 0.07 258.82 0.87 0.5
Hex 57 12 EE 3F 5C 0 7 103 57 32
Octal 127 22 356 77 134 0 7 403 127 62
Binary 1010111 10010 11101110 111111 1011100 0 111 100000011 1010111 110010

Color Harmonies of #5712EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5712EE

Black with #5712EE

Text Example


Text Example

White with #5712EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5712EE; }

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

 H1.HeaderClassName
 {
   color: #5712EE;
 }
 .AnyTagClassName
 {
   color: #5712EE;
 }
</style>

background-color css

<style>
 a { background-color: #5712EE; }

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

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

border-color css

<style>
 span { border-color: #5712EE; }

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

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