Html Css Color HEX #5204DB Han Purple

📋 copy color: '#5204DB'

red 82 ◦ green 4 ◦ blue 219

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

Shades of Han Purple #5204DB

Tints of Han Purple #5204DB

RGB

 RED value IS 82 (32.42% from 255) = 26.89%

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 26.89%
G = 1.31%
B = 71.8%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5204DB (or 0x5204DB) is known color: Han Purple. HEX triplet: 52, 04 and DB. RGB value is (82,4,219). Sum of RGB (Red+Green+Blue) = 82+4+219=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 219 (85.94% from 255 or 71.80% from 305); Max value from RGB is 219 - color contains mainly: blue. Hex color #5204DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5204DB is #ADFB24. Grayscale: #333333. Windows color (decimal): -11402021 or 14353490. OLE color: 14353490.

HSL color Cylindrical-coordinate representation of color #5204DB: hue angle of 261.77º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5204DB is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 4 219 -
CMYK 0.63 0.98 0 0.14
HSL 261.77º 0.96% 0.44% -
HSV(B) 261.77º 0.98% 0.86% -
XYZ 16.31 7 67.51 -
YUV 51.83 222.34 149.52 -
System Red Green Blue C M Y K H S L
Decimal 82 4 219 0.63 0.98 0 0.14 261.77 0.96 0.44
Hex 52 4 DB 3F 62 0 E 106 60 2C
Octal 122 4 333 77 142 0 16 406 140 54
Binary 1010010 100 11011011 111111 1100010 0 1110 100000110 1100000 101100

Color Harmonies of #5204DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5204DB

Black with #5204DB

Text Example


Text Example

White with #5204DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,4,219); }

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

background-color css

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

 a { background-color: rgb(82,4,219); }

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

border-color css

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

 span { border-color: rgb(82,4,219); }

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