Html Css Color HEX #5D27EC Han Purple

📋 copy color: '#5D27EC'

red 93 ◦ green 39 ◦ blue 236

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

Shades of Han Purple #5D27EC

Tints of Han Purple #5D27EC

RGB

 RED value IS 93 (36.72% from 255) = 25.27%

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

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 25.27%
G = 10.6%
B = 64.13%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D27EC (or 0x5D27EC) is known color: Han Purple. HEX triplet: 5D, 27 and EC. RGB value is (93,39,236). Sum of RGB (Red+Green+Blue) = 93+39+236=368 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.27% from 368); Green value is 39 (15.62% from 255 or 10.60% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #5D27EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D27EC is #A2D813. Grayscale: #4C4C4C. Windows color (decimal): -10672148 or 15476573. OLE color: 15476573.

HSL color Cylindrical-coordinate representation of color #5D27EC: hue angle of 256.45º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D27EC is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 39 236 -
CMYK 0.61 0.83 0 0.07
HSL 256.45º 0.84% 0.54% -
HSV(B) 256.45º 0.83% 0.93% -
XYZ 20.38 9.83 80.18 -
YUV 77.6 217.39 138.98 -
System Red Green Blue C M Y K H S L
Decimal 93 39 236 0.61 0.83 0 0.07 256.45 0.84 0.54
Hex 5D 27 EC 3D 53 0 7 100 54 36
Octal 135 47 354 75 123 0 7 400 124 66
Binary 1011101 100111 11101100 111101 1010011 0 111 100000000 1010100 110110

Color Harmonies of #5D27EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D27EC

Black with #5D27EC

Text Example


Text Example

White with #5D27EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D27EC; }

 p { color: rgb(93,39,236); }

 H1.HeaderClassName
 {
   color: #5D27EC;
 }
 .AnyTagClassName
 {
   color: #5D27EC;
 }
</style>

background-color css

<style>
 a { background-color: #5D27EC; }

 a { background-color: rgb(93,39,236); }

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

border-color css

<style>
 span { border-color: #5D27EC; }

 span { border-color: rgb(93,39,236); }

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