Html Css Color HEX #521CFE Han Purple

📋 copy color: '#521CFE'

red 82 ◦ green 28 ◦ blue 254

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

Shades of Han Purple #521CFE

Tints of Han Purple #521CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 22.53%
G = 7.69%
B = 69.78%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#521CFE (or 0x521CFE) is known color: Han Purple. HEX triplet: 52, 1C and FE. RGB value is (82,28,254). Sum of RGB (Red+Green+Blue) = 82+28+254=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #521CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CFE is #ADE301. Grayscale: #454545. Windows color (decimal): -11395842 or 16653394. OLE color: 16653394.

HSL color Cylindrical-coordinate representation of color #521CFE: hue angle of 254.34º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521CFE is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 28 254 -
CMYK 0.68 0.89 0 0.00
HSL 254.34º 0.99% 0.55% -
HSV(B) 254.34º 0.89% 1% -
XYZ 21.78 9.78 94.51 -
YUV 69.91 231.89 136.62 -
System Red Green Blue C M Y K H S L
Decimal 82 28 254 0.68 0.89 0 0.00 254.34 0.99 0.55
Hex 52 1C FE 44 59 0 0 FE 63 37
Octal 122 34 376 104 131 0 0 376 143 67
Binary 1010010 11100 11111110 1000100 1011001 0 0 11111110 1100011 110111

Color Harmonies of #521CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CFE

Black with #521CFE

Text Example


Text Example

White with #521CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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