Html Css Color HEX #522CFB Han Purple

📋 copy color: '#522CFB'

red 82 ◦ green 44 ◦ blue 251

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

Shades of Han Purple #522CFB

Tints of Han Purple #522CFB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

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

R = 21.75%
G = 11.67%
B = 66.58%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#522CFB (or 0x522CFB) is known color: Han Purple. HEX triplet: 52, 2C and FB. RGB value is (82,44,251). Sum of RGB (Red+Green+Blue) = 82+44+251=377 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.75% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 251 (98.44% from 255 or 66.58% from 377); Max value from RGB is 251 - color contains mainly: blue. Hex color #522CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522CFB is #ADD304. Grayscale: #4E4E4E. Windows color (decimal): -11391749 or 16460882. OLE color: 16460882.

HSL color Cylindrical-coordinate representation of color #522CFB: hue angle of 251.01º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #522CFB is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 44 251 -
CMYK 0.67 0.82 0 0.02
HSL 251.01º 0.96% 0.58% -
HSV(B) 251.01º 0.82% 0.98% -
XYZ 21.79 10.56 92.16 -
YUV 78.96 225.09 130.17 -
System Red Green Blue C M Y K H S L
Decimal 82 44 251 0.67 0.82 0 0.02 251.01 0.96 0.58
Hex 52 2C FB 43 52 0 2 FB 60 3A
Octal 122 54 373 103 122 0 2 373 140 72
Binary 1010010 101100 11111011 1000011 1010010 0 10 11111011 1100000 111010

Color Harmonies of #522CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CFB

Black with #522CFB

Text Example


Text Example

White with #522CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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