Html Css Color HEX #521BFB Han Purple

📋 copy color: '#521BFB'

red 82 ◦ green 27 ◦ blue 251

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

Shades of Han Purple #521BFB

Tints of Han Purple #521BFB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.5%

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

R = 22.78%
G = 7.5%
B = 69.72%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#521BFB (or 0x521BFB) is known color: Han Purple. HEX triplet: 52, 1B and FB. RGB value is (82,27,251). Sum of RGB (Red+Green+Blue) = 82+27+251=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #521BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BFB is #ADE404. Grayscale: #444444. Windows color (decimal): -11396101 or 16456530. OLE color: 16456530.

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

Color convert

RGB 82 27 251 -
CMYK 0.67 0.89 0 0.02
HSL 254.73º 0.97% 0.55% -
HSV(B) 254.73º 0.89% 0.98% -
XYZ 21.28 9.54 91.99 -
YUV 68.98 230.72 137.29 -
System Red Green Blue C M Y K H S L
Decimal 82 27 251 0.67 0.89 0 0.02 254.73 0.97 0.55
Hex 52 1B FB 43 59 0 2 FF 61 37
Octal 122 33 373 103 131 0 2 377 141 67
Binary 1010010 11011 11111011 1000011 1011001 0 10 11111111 1100001 110111

Color Harmonies of #521BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BFB

Black with #521BFB

Text Example


Text Example

White with #521BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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