Html Css Color HEX #5627F0 Han Purple

📋 copy color: '#5627F0'

red 86 ◦ green 39 ◦ blue 240

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

Shades of Han Purple #5627F0

Tints of Han Purple #5627F0

RGB

 RED value IS 86 (33.98% from 255) = 23.56%

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

 BLUE value IS 240 (94.14% from 255) = 65.75%

R = 23.56%
G = 10.68%
B = 65.75%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5627F0 (or 0x5627F0) is known color: Han Purple. HEX triplet: 56, 27 and F0. RGB value is (86,39,240). Sum of RGB (Red+Green+Blue) = 86+39+240=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #5627F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5627F0 is #A9D80F. Grayscale: #4B4B4B. Windows color (decimal): -11130896 or 15738710. OLE color: 15738710.

HSL color Cylindrical-coordinate representation of color #5627F0: hue angle of 254.03º degrees, saturation: 0.87, 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 #5627F0 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 39 240 -
CMYK 0.64 0.84 0 0.06
HSL 254.03º 0.87% 0.55% -
HSV(B) 254.03º 0.84% 0.94% -
XYZ 20.29 9.72 83.24 -
YUV 75.97 220.57 135.16 -
System Red Green Blue C M Y K H S L
Decimal 86 39 240 0.64 0.84 0 0.06 254.03 0.87 0.55
Hex 56 27 F0 40 54 0 6 FE 57 37
Octal 126 47 360 100 124 0 6 376 127 67
Binary 1010110 100111 11110000 1000000 1010100 0 110 11111110 1010111 110111

Color Harmonies of #5627F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5627F0

Black with #5627F0

Text Example


Text Example

White with #5627F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5627F0; }

 p { color: rgb(86,39,240); }

 H1.HeaderClassName
 {
   color: #5627F0;
 }
 .AnyTagClassName
 {
   color: #5627F0;
 }
</style>

background-color css

<style>
 a { background-color: #5627F0; }

 a { background-color: rgb(86,39,240); }

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

border-color css

<style>
 span { border-color: #5627F0; }

 span { border-color: rgb(86,39,240); }

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