Html Css Color HEX #521DEC Han Purple

📋 copy color: '#521DEC'

red 82 ◦ green 29 ◦ blue 236

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

Shades of Han Purple #521DEC

Tints of Han Purple #521DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 68.01%

R = 23.63%
G = 8.36%
B = 68.01%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#521DEC (or 0x521DEC) is known color: Han Purple. HEX triplet: 52, 1D and EC. RGB value is (82,29,236). Sum of RGB (Red+Green+Blue) = 82+29+236=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 236 (92.58% from 255 or 68.01% from 347); Max value from RGB is 236 - color contains mainly: blue. Hex color #521DEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521DEC is #ADE213. Grayscale: #434343. Windows color (decimal): -11395604 or 15474002. OLE color: 15474002.

HSL color Cylindrical-coordinate representation of color #521DEC: hue angle of 255.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521DEC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 29 236 -
CMYK 0.65 0.88 0 0.07
HSL 255.36º 0.84% 0.52% -
HSV(B) 255.36º 0.88% 0.93% -
XYZ 19.06 8.73 80.04 -
YUV 68.45 222.56 137.67 -
System Red Green Blue C M Y K H S L
Decimal 82 29 236 0.65 0.88 0 0.07 255.36 0.84 0.52
Hex 52 1D EC 41 58 0 7 FF 54 34
Octal 122 35 354 101 130 0 7 377 124 64
Binary 1010010 11101 11101100 1000001 1011000 0 111 11111111 1010100 110100

Color Harmonies of #521DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DEC

Black with #521DEC

Text Example


Text Example

White with #521DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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