Html Css Color HEX #5324DB Han Purple

📋 copy color: '#5324DB'

red 83 ◦ green 36 ◦ blue 219

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

Shades of Han Purple #5324DB

Tints of Han Purple #5324DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 24.56%
G = 10.65%
B = 64.79%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5324DB (or 0x5324DB) is known color: Han Purple. HEX triplet: 53, 24 and DB. RGB value is (83,36,219). Sum of RGB (Red+Green+Blue) = 83+36+219=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #5324DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5324DB is #ACDB24. Grayscale: #464646. Windows color (decimal): -11328293 or 14361683. OLE color: 14361683.

HSL color Cylindrical-coordinate representation of color #5324DB: hue angle of 255.41º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5324DB is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 36 219 -
CMYK 0.62 0.84 0 0.14
HSL 255.41º 0.72% 0.5% -
HSV(B) 255.41º 0.84% 0.86% -
XYZ 16.98 8.22 67.71 -
YUV 70.92 211.57 136.62 -
System Red Green Blue C M Y K H S L
Decimal 83 36 219 0.62 0.84 0 0.14 255.41 0.72 0.5
Hex 53 24 DB 3E 54 0 E FF 48 32
Octal 123 44 333 76 124 0 16 377 110 62
Binary 1010011 100100 11011011 111110 1010100 0 1110 11111111 1001000 110010

Color Harmonies of #5324DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5324DB

Black with #5324DB

Text Example


Text Example

White with #5324DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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