Html Css Color HEX #5714FD Han Purple

📋 copy color: '#5714FD'

red 87 ◦ green 20 ◦ blue 253

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

Shades of Han Purple #5714FD

Tints of Han Purple #5714FD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.56%

 BLUE value IS 253 (99.22% from 255) = 70.28%

R = 24.17%
G = 5.56%
B = 70.28%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5714FD (or 0x5714FD) is known color: Han Purple. HEX triplet: 57, 14 and FD. RGB value is (87,20,253). Sum of RGB (Red+Green+Blue) = 87+20+253=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 253 (99.22% from 255 or 70.28% from 360); Max value from RGB is 253 - color contains mainly: blue. Hex color #5714FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5714FD is #A8EB02. Grayscale: #414141. Windows color (decimal): -11070211 or 16585815. OLE color: 16585815.

HSL color Cylindrical-coordinate representation of color #5714FD: hue angle of 257.25º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5714FD is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 87 20 253 -
CMYK 0.66 0.92 0 0.01
HSL 257.25º 0.98% 0.54% -
HSV(B) 257.25º 0.92% 0.99% -
XYZ 21.91 9.62 93.63 -
YUV 66.6 233.2 142.55 -
System Red Green Blue C M Y K H S L
Decimal 87 20 253 0.66 0.92 0 0.01 257.25 0.98 0.54
Hex 57 14 FD 42 5C 0 1 101 62 36
Octal 127 24 375 102 134 0 1 401 142 66
Binary 1010111 10100 11111101 1000010 1011100 0 1 100000001 1100010 110110

Color Harmonies of #5714FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5714FD

Black with #5714FD

Text Example


Text Example

White with #5714FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5714FD;
 }
 .AnyTagClassName
 {
   color: #5714FD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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