Html Css Color HEX #521AFB Han Purple

📋 copy color: '#521AFB'

red 82 ◦ green 26 ◦ blue 251

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

Shades of Han Purple #521AFB

Tints of Han Purple #521AFB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.24%

 BLUE value IS 251 (98.44% from 255) = 69.92%

R = 22.84%
G = 7.24%
B = 69.92%

CMYK

 C value IS 0.67

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#521AFB (or 0x521AFB) is known color: Han Purple. HEX triplet: 52, 1A and FB. RGB value is (82,26,251). Sum of RGB (Red+Green+Blue) = 82+26+251=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 26 (10.55% from 255 or 7.24% from 359); Blue value is 251 (98.44% from 255 or 69.92% from 359); Max value from RGB is 251 - color contains mainly: blue. Hex color #521AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AFB is #ADE504. Grayscale: #434343. Windows color (decimal): -11396357 or 16456274. OLE color: 16456274.

HSL color Cylindrical-coordinate representation of color #521AFB: hue angle of 254.93º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #521AFB is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 26 251 -
CMYK 0.67 0.90 0 0.02
HSL 254.93º 0.97% 0.54% -
HSV(B) 254.93º 0.9% 0.98% -
XYZ 21.26 9.5 91.98 -
YUV 68.39 231.05 137.7 -
System Red Green Blue C M Y K H S L
Decimal 82 26 251 0.67 0.90 0 0.02 254.93 0.97 0.54
Hex 52 1A FB 43 5A 0 2 FF 61 36
Octal 122 32 373 103 132 0 2 377 141 66
Binary 1010010 11010 11111011 1000011 1011010 0 10 11111111 1100001 110110

Color Harmonies of #521AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AFB

Black with #521AFB

Text Example


Text Example

White with #521AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,26,251); }

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

background-color css

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

 a { background-color: rgb(82,26,251); }

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

border-color css

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

 span { border-color: rgb(82,26,251); }

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