Html Css Color HEX #521CEC Han Purple

📋 copy color: '#521CEC'

red 82 ◦ green 28 ◦ blue 236

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

Shades of Han Purple #521CEC

Tints of Han Purple #521CEC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.09%

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

R = 23.7%
G = 8.09%
B = 68.21%

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

#521CEC (or 0x521CEC) is known color: Han Purple. HEX triplet: 52, 1C and EC. RGB value is (82,28,236). Sum of RGB (Red+Green+Blue) = 82+28+236=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 28 (11.33% from 255 or 8.09% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #521CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CEC is #ADE313. Grayscale: #434343. Windows color (decimal): -11395860 or 15473746. OLE color: 15473746.

HSL color Cylindrical-coordinate representation of color #521CEC: hue angle of 255.58º degrees, saturation: 0.85, 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 #521CEC is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 28 236 -
CMYK 0.65 0.88 0 0.07
HSL 255.58º 0.85% 0.52% -
HSV(B) 255.58º 0.88% 0.93% -
XYZ 19.04 8.68 80.03 -
YUV 67.86 222.89 138.09 -
System Red Green Blue C M Y K H S L
Decimal 82 28 236 0.65 0.88 0 0.07 255.58 0.85 0.52
Hex 52 1C EC 41 58 0 7 100 55 34
Octal 122 34 354 101 130 0 7 400 125 64
Binary 1010010 11100 11101100 1000001 1011000 0 111 100000000 1010101 110100

Color Harmonies of #521CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CEC

Black with #521CEC

Text Example


Text Example

White with #521CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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