Html Css Color HEX #522BFD Han Purple

📋 copy color: '#522BFD'

red 82 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #522BFD

Tints of Han Purple #522BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.38%

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

R = 21.69%
G = 11.38%
B = 66.93%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#522BFD (or 0x522BFD) is known color: Han Purple. HEX triplet: 52, 2B and FD. RGB value is (82,43,253). Sum of RGB (Red+Green+Blue) = 82+43+253=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #522BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522BFD is #ADD402. Grayscale: #4D4D4D. Windows color (decimal): -11392003 or 16591698. OLE color: 16591698.

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

Color convert

RGB 82 43 253 -
CMYK 0.68 0.83 0 0.01
HSL 251.14º 0.98% 0.58% -
HSV(B) 251.14º 0.83% 0.99% -
XYZ 22.07 10.61 93.81 -
YUV 78.6 226.42 130.42 -
System Red Green Blue C M Y K H S L
Decimal 82 43 253 0.68 0.83 0 0.01 251.14 0.98 0.58
Hex 52 2B FD 44 53 0 1 FB 62 3A
Octal 122 53 375 104 123 0 1 373 142 72
Binary 1010010 101011 11111101 1000100 1010011 0 1 11111011 1100010 111010

Color Harmonies of #522BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BFD

Black with #522BFD

Text Example


Text Example

White with #522BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522BFD; }

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

 H1.HeaderClassName
 {
   color: #522BFD;
 }
 .AnyTagClassName
 {
   color: #522BFD;
 }
</style>

background-color css

<style>
 a { background-color: #522BFD; }

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

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

border-color css

<style>
 span { border-color: #522BFD; }

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

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