Html Css Color HEX #521EFD Han Purple

📋 copy color: '#521EFD'

red 82 ◦ green 30 ◦ blue 253

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

Shades of Han Purple #521EFD

Tints of Han Purple #521EFD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.22%

 BLUE value IS 253 (99.22% from 255) = 69.32%

R = 22.47%
G = 8.22%
B = 69.32%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#521EFD (or 0x521EFD) is known color: Han Purple. HEX triplet: 52, 1E and FD. RGB value is (82,30,253). Sum of RGB (Red+Green+Blue) = 82+30+253=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #521EFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EFD is #ADE102. Grayscale: #464646. Windows color (decimal): -11395331 or 16588370. OLE color: 16588370.

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

Color convert

RGB 82 30 253 -
CMYK 0.68 0.88 0 0.01
HSL 253.99º 0.98% 0.55% -
HSV(B) 253.99º 0.88% 0.99% -
XYZ 21.67 9.81 93.68 -
YUV 70.97 230.73 135.87 -
System Red Green Blue C M Y K H S L
Decimal 82 30 253 0.68 0.88 0 0.01 253.99 0.98 0.55
Hex 52 1E FD 44 58 0 1 FE 62 37
Octal 122 36 375 104 130 0 1 376 142 67
Binary 1010010 11110 11111101 1000100 1011000 0 1 11111110 1100010 110111

Color Harmonies of #521EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EFD

Black with #521EFD

Text Example


Text Example

White with #521EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,30,253); }

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

background-color css

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

 a { background-color: rgb(82,30,253); }

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

border-color css

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

 span { border-color: rgb(82,30,253); }

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