Html Css Color HEX #5209DB Han Purple

📋 copy color: '#5209DB'

red 82 ◦ green 9 ◦ blue 219

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

Shades of Han Purple #5209DB

Tints of Han Purple #5209DB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.9%

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

R = 26.45%
G = 2.9%
B = 70.65%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5209DB (or 0x5209DB) is known color: Han Purple. HEX triplet: 52, 09 and DB. RGB value is (82,9,219). Sum of RGB (Red+Green+Blue) = 82+9+219=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #5209DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5209DB is #ADF624. Grayscale: #363636. Windows color (decimal): -11400741 or 14354770. OLE color: 14354770.

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

Color convert

RGB 82 9 219 -
CMYK 0.63 0.96 0 0.14
HSL 260.86º 0.92% 0.45% -
HSV(B) 260.86º 0.96% 0.86% -
XYZ 16.36 7.1 67.53 -
YUV 54.77 220.68 147.42 -
System Red Green Blue C M Y K H S L
Decimal 82 9 219 0.63 0.96 0 0.14 260.86 0.92 0.45
Hex 52 9 DB 3F 60 0 E 105 5C 2D
Octal 122 11 333 77 140 0 16 405 134 55
Binary 1010010 1001 11011011 111111 1100000 0 1110 100000101 1011100 101101

Color Harmonies of #5209DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5209DB

Black with #5209DB

Text Example


Text Example

White with #5209DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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