Html Css Color HEX #522CED Han Purple

📋 copy color: '#522CED'

red 82 ◦ green 44 ◦ blue 237

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

Shades of Han Purple #522CED

Tints of Han Purple #522CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 65.29%

R = 22.59%
G = 12.12%
B = 65.29%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#522CED (or 0x522CED) is known color: Han Purple. HEX triplet: 52, 2C and ED. RGB value is (82,44,237). Sum of RGB (Red+Green+Blue) = 82+44+237=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 237 (92.97% from 255 or 65.29% from 363); Max value from RGB is 237 - color contains mainly: blue. Hex color #522CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522CED is #ADD312. Grayscale: #4C4C4C. Windows color (decimal): -11391763 or 15543378. OLE color: 15543378.

HSL color Cylindrical-coordinate representation of color #522CED: hue angle of 251.81º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522CED is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 44 237 -
CMYK 0.65 0.81 0 0.07
HSL 251.81º 0.84% 0.55% -
HSV(B) 251.81º 0.81% 0.93% -
XYZ 19.67 9.71 80.96 -
YUV 77.36 218.09 131.31 -
System Red Green Blue C M Y K H S L
Decimal 82 44 237 0.65 0.81 0 0.07 251.81 0.84 0.55
Hex 52 2C ED 41 51 0 7 FC 54 37
Octal 122 54 355 101 121 0 7 374 124 67
Binary 1010010 101100 11101101 1000001 1010001 0 111 11111100 1010100 110111

Color Harmonies of #522CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CED

Black with #522CED

Text Example


Text Example

White with #522CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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