Html Css Color HEX #5027EF Han Purple

📋 copy color: '#5027EF'

red 80 ◦ green 39 ◦ blue 239

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

Shades of Han Purple #5027EF

Tints of Han Purple #5027EF

RGB

 RED value IS 80 (31.64% from 255) = 22.35%

 GREEN value IS 39 (15.63% from 255) = 10.89%

 BLUE value IS 239 (93.75% from 255) = 66.76%

R = 22.35%
G = 10.89%
B = 66.76%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5027EF (or 0x5027EF) is known color: Han Purple. HEX triplet: 50, 27 and EF. RGB value is (80,39,239). Sum of RGB (Red+Green+Blue) = 80+39+239=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 39 (15.62% from 255 or 10.89% from 358); Blue value is 239 (93.75% from 255 or 66.76% from 358); Max value from RGB is 239 - color contains mainly: blue. Hex color #5027EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5027EF is #AFD810. Grayscale: #494949. Windows color (decimal): -11524113 or 15673168. OLE color: 15673168.

HSL color Cylindrical-coordinate representation of color #5027EF: hue angle of 252.3º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5027EF is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 39 239 -
CMYK 0.67 0.84 0 0.06
HSL 252.3º 0.86% 0.55% -
HSV(B) 252.3º 0.84% 0.94% -
XYZ 19.61 9.39 82.44 -
YUV 74.06 221.08 132.24 -
System Red Green Blue C M Y K H S L
Decimal 80 39 239 0.67 0.84 0 0.06 252.3 0.86 0.55
Hex 50 27 EF 43 54 0 6 FC 56 37
Octal 120 47 357 103 124 0 6 374 126 67
Binary 1010000 100111 11101111 1000011 1010100 0 110 11111100 1010110 110111

Color Harmonies of #5027EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5027EF

Black with #5027EF

Text Example


Text Example

White with #5027EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5027EF; }

 p { color: rgb(80,39,239); }

 H1.HeaderClassName
 {
   color: #5027EF;
 }
 .AnyTagClassName
 {
   color: #5027EF;
 }
</style>

background-color css

<style>
 a { background-color: #5027EF; }

 a { background-color: rgb(80,39,239); }

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

border-color css

<style>
 span { border-color: #5027EF; }

 span { border-color: rgb(80,39,239); }

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