Html Css Color HEX #5327EF Han Purple

📋 copy color: '#5327EF'

red 83 ◦ green 39 ◦ blue 239

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

Shades of Han Purple #5327EF

Tints of Han Purple #5327EF

RGB

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

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

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

R = 22.99%
G = 10.8%
B = 66.2%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5327EF (or 0x5327EF) is known color: Han Purple. HEX triplet: 53, 27 and EF. RGB value is (83,39,239). Sum of RGB (Red+Green+Blue) = 83+39+239=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 39 (15.62% from 255 or 10.80% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #5327EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5327EF is #ACD810. Grayscale: #4A4A4A. Windows color (decimal): -11327505 or 15673171. OLE color: 15673171.

HSL color Cylindrical-coordinate representation of color #5327EF: hue angle of 253.2º 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 #5327EF is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 83 39 239 -
CMYK 0.65 0.84 0 0.06
HSL 253.2º 0.86% 0.55% -
HSV(B) 253.2º 0.84% 0.94% -
XYZ 19.87 9.52 82.45 -
YUV 74.96 220.58 133.74 -
System Red Green Blue C M Y K H S L
Decimal 83 39 239 0.65 0.84 0 0.06 253.2 0.86 0.55
Hex 53 27 EF 41 54 0 6 FD 56 37
Octal 123 47 357 101 124 0 6 375 126 67
Binary 1010011 100111 11101111 1000001 1010100 0 110 11111101 1010110 110111

Color Harmonies of #5327EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5327EF

Black with #5327EF

Text Example


Text Example

White with #5327EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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