#5714F8

Color #5714F8 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5714F8

Tints of Han Purple #5714F8

Color information

#5714F8 (or 0x5714F8) is unknown color: approx Han Purple. HEX triplet: 57, 14 and F8. RGB value is (87,20,248). Sum of RGB (Red+Green+Blue) = 87+20+248=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 248 (97.27% from 255 or 69.86% from 355); Max value from RGB is 248 - color contains mainly: blue. Hex color #5714F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5714F8 is #A8EB07. Grayscale: #414141. Windows color (decimal): -11070216 or 16258135. OLE color: 16258135.

HSL color Cylindrical-coordinate representation of color #5714F8: hue angle of 257.63º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5714F8 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB8720248-
CMYK0.650.9200.03
HSL257.63º94.21%52.55%-
HSV(B)257.63º91.94%97.25%-
XYZ21.129.389.49-
YUV66.03230.7142.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 24.51%
GREEN value IS 20 (8.20% from 255) = 5.63%
BLUE value IS 248 (97.27% from 255) = 69.86%
R=24.51%
G=5.63%
B=69.86%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal87202480.650.9200.03257.6394.2152.55
Hex5714F8415C031025e35
Octal127243701011340340213665
Binary10101111010011111000100000110111000111000000101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5714F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5714F8; }

 p { color: rgb(87,20,248); }

 H1.HeaderClassName
 {
   color: #5714F8;
 }
 .AnyTagClassName
 {
   color: #5714F8;
 }
</style>
background-color css

<style>
 a { background-color: #5714F8; }

 a { background-color: rgb(87,20,248); }

 div.DivClassName
 {
   background-color: #5714F8;
 }
 .BgClassName
 {
   background-color: #5714F8;
 }
</style>
border-color css

<style>
 span { border-color: #5714F8; }

 span { border-color: rgb(87,20,248); }

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