Html Css Color HEX #5327ED Han Purple

📋 copy color: '#5327ED'

red 83 ◦ green 39 ◦ blue 237

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

Shades of Han Purple #5327ED

Tints of Han Purple #5327ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 66.02%

R = 23.12%
G = 10.86%
B = 66.02%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5327ED (or 0x5327ED) is known color: Han Purple. HEX triplet: 53, 27 and ED. RGB value is (83,39,237). Sum of RGB (Red+Green+Blue) = 83+39+237=359 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.12% from 359); Green value is 39 (15.62% from 255 or 10.86% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #5327ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5327ED is #ACD812. Grayscale: #494949. Windows color (decimal): -11327507 or 15542099. OLE color: 15542099.

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

Color convert

RGB 83 39 237 -
CMYK 0.65 0.84 0 0.07
HSL 253.33º 0.85% 0.54% -
HSV(B) 253.33º 0.84% 0.93% -
XYZ 19.58 9.4 80.9 -
YUV 74.73 219.58 133.9 -
System Red Green Blue C M Y K H S L
Decimal 83 39 237 0.65 0.84 0 0.07 253.33 0.85 0.54
Hex 53 27 ED 41 54 0 7 FD 55 36
Octal 123 47 355 101 124 0 7 375 125 66
Binary 1010011 100111 11101101 1000001 1010100 0 111 11111101 1010101 110110

Color Harmonies of #5327ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327ED

Black with #5327ED

Text Example


Text Example

White with #5327ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5327ED; }

 p { color: rgb(83,39,237); }

 H1.HeaderClassName
 {
   color: #5327ED;
 }
 .AnyTagClassName
 {
   color: #5327ED;
 }
</style>

background-color css

<style>
 a { background-color: #5327ED; }

 a { background-color: rgb(83,39,237); }

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

border-color css

<style>
 span { border-color: #5327ED; }

 span { border-color: rgb(83,39,237); }

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