Html Css Color HEX #5026DB Han Purple

📋 copy color: '#5026DB'

red 80 ◦ green 38 ◦ blue 219

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

Shades of Han Purple #5026DB

Tints of Han Purple #5026DB

RGB

 RED value IS 80 (31.64% from 255) = 23.74%

 GREEN value IS 38 (15.23% from 255) = 11.28%

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

R = 23.74%
G = 11.28%
B = 64.99%

CMYK

 C value IS 0.63

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5026DB (or 0x5026DB) is known color: Han Purple. HEX triplet: 50, 26 and DB. RGB value is (80,38,219). Sum of RGB (Red+Green+Blue) = 80+38+219=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #5026DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5026DB is #AFD924. Grayscale: #464646. Windows color (decimal): -11524389 or 14362192. OLE color: 14362192.

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

Color convert

RGB 80 38 219 -
CMYK 0.63 0.83 0 0.14
HSL 253.92º 0.72% 0.5% -
HSV(B) 253.92º 0.83% 0.86% -
XYZ 16.79 8.21 67.72 -
YUV 71.19 211.41 134.28 -
System Red Green Blue C M Y K H S L
Decimal 80 38 219 0.63 0.83 0 0.14 253.92 0.72 0.5
Hex 50 26 DB 3F 53 0 E FE 48 32
Octal 120 46 333 77 123 0 16 376 110 62
Binary 1010000 100110 11011011 111111 1010011 0 1110 11111110 1001000 110010

Color Harmonies of #5026DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5026DB

Black with #5026DB

Text Example


Text Example

White with #5026DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,38,219); }

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

background-color css

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

 a { background-color: rgb(80,38,219); }

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

border-color css

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

 span { border-color: rgb(80,38,219); }

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