Html Css Color HEX #5324EC Han Purple

📋 copy color: '#5324EC'

red 83 ◦ green 36 ◦ blue 236

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

Shades of Han Purple #5324EC

Tints of Han Purple #5324EC

RGB

 RED value IS 83 (32.81% from 255) = 23.38%

 GREEN value IS 36 (14.45% from 255) = 10.14%

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

R = 23.38%
G = 10.14%
B = 66.48%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5324EC (or 0x5324EC) is known color: Han Purple. HEX triplet: 53, 24 and EC. RGB value is (83,36,236). Sum of RGB (Red+Green+Blue) = 83+36+236=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 236 (92.58% from 255 or 66.48% from 355); Max value from RGB is 236 - color contains mainly: blue. Hex color #5324EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5324EC is #ACDB13. Grayscale: #484848. Windows color (decimal): -11328276 or 15475795. OLE color: 15475795.

HSL color Cylindrical-coordinate representation of color #5324EC: hue angle of 254.1º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5324EC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 83 36 236 -
CMYK 0.65 0.85 0 0.07
HSL 254.1º 0.84% 0.53% -
HSV(B) 254.1º 0.85% 0.93% -
XYZ 19.34 9.16 80.11 -
YUV 72.85 220.07 135.24 -
System Red Green Blue C M Y K H S L
Decimal 83 36 236 0.65 0.85 0 0.07 254.1 0.84 0.53
Hex 53 24 EC 41 55 0 7 FE 54 35
Octal 123 44 354 101 125 0 7 376 124 65
Binary 1010011 100100 11101100 1000001 1010101 0 111 11111110 1010100 110101

Color Harmonies of #5324EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324EC

Black with #5324EC

Text Example


Text Example

White with #5324EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5324EC; }

 p { color: rgb(83,36,236); }

 H1.HeaderClassName
 {
   color: #5324EC;
 }
 .AnyTagClassName
 {
   color: #5324EC;
 }
</style>

background-color css

<style>
 a { background-color: #5324EC; }

 a { background-color: rgb(83,36,236); }

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

border-color css

<style>
 span { border-color: #5324EC; }

 span { border-color: rgb(83,36,236); }

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