Html Css Color HEX #522CDD Han Purple

📋 copy color: '#522CDD'

red 82 ◦ green 44 ◦ blue 221

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

Shades of Han Purple #522CDD

Tints of Han Purple #522CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 23.63%
G = 12.68%
B = 63.69%

CMYK

 C value IS 0.63

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#522CDD (or 0x522CDD) is known color: Han Purple. HEX triplet: 52, 2C and DD. RGB value is (82,44,221). Sum of RGB (Red+Green+Blue) = 82+44+221=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #522CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522CDD is #ADD322. Grayscale: #4A4A4A. Windows color (decimal): -11391779 or 14494802. OLE color: 14494802.

HSL color Cylindrical-coordinate representation of color #522CDD: hue angle of 252.88º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #522CDD is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 44 221 -
CMYK 0.63 0.80 0 0.13
HSL 252.88º 0.72% 0.52% -
HSV(B) 252.88º 0.8% 0.87% -
XYZ 17.43 8.82 69.19 -
YUV 75.54 210.09 132.61 -
System Red Green Blue C M Y K H S L
Decimal 82 44 221 0.63 0.80 0 0.13 252.88 0.72 0.52
Hex 52 2C DD 3F 50 0 D FD 48 34
Octal 122 54 335 77 120 0 15 375 110 64
Binary 1010010 101100 11011101 111111 1010000 0 1101 11111101 1001000 110100

Color Harmonies of #522CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CDD

Black with #522CDD

Text Example


Text Example

White with #522CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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