Html Css Color HEX #521DDB Han Purple

📋 copy color: '#521DDB'

red 82 ◦ green 29 ◦ blue 219

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

Shades of Han Purple #521DDB

Tints of Han Purple #521DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

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

R = 24.85%
G = 8.79%
B = 66.36%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#521DDB (or 0x521DDB) is known color: Han Purple. HEX triplet: 52, 1D and DB. RGB value is (82,29,219). Sum of RGB (Red+Green+Blue) = 82+29+219=330 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.85% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #521DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DDB is #ADE224. Grayscale: #414141. Windows color (decimal): -11395621 or 14359890. OLE color: 14359890.

HSL color Cylindrical-coordinate representation of color #521DDB: hue angle of 256.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521DDB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 29 219 -
CMYK 0.63 0.87 0 0.14
HSL 256.74º 0.77% 0.49% -
HSV(B) 256.74º 0.87% 0.86% -
XYZ 16.71 7.79 67.64 -
YUV 66.51 214.06 139.05 -
System Red Green Blue C M Y K H S L
Decimal 82 29 219 0.63 0.87 0 0.14 256.74 0.77 0.49
Hex 52 1D DB 3F 57 0 E 101 4D 31
Octal 122 35 333 77 127 0 16 401 115 61
Binary 1010010 11101 11011011 111111 1010111 0 1110 100000001 1001101 110001

Color Harmonies of #521DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DDB

Black with #521DDB

Text Example


Text Example

White with #521DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521DDB; }

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

 H1.HeaderClassName
 {
   color: #521DDB;
 }
 .AnyTagClassName
 {
   color: #521DDB;
 }
</style>

background-color css

<style>
 a { background-color: #521DDB; }

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

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

border-color css

<style>
 span { border-color: #521DDB; }

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

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