Html Css Color HEX #522BED Han Purple

📋 copy color: '#522BED'

red 82 ◦ green 43 ◦ blue 237

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

Shades of Han Purple #522BED

Tints of Han Purple #522BED

RGB

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

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

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

R = 22.65%
G = 11.88%
B = 65.47%

CMYK

 C value IS 0.65

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#522BED (or 0x522BED) is known color: Han Purple. HEX triplet: 52, 2B and ED. RGB value is (82,43,237). Sum of RGB (Red+Green+Blue) = 82+43+237=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 237 (92.97% from 255 or 65.47% from 362); Max value from RGB is 237 - color contains mainly: blue. Hex color #522BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #522BED is #ADD412. Grayscale: #4C4C4C. Windows color (decimal): -11392019 or 15543122. OLE color: 15543122.

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

Color convert

RGB 82 43 237 -
CMYK 0.65 0.82 0 0.07
HSL 252.06º 0.84% 0.55% -
HSV(B) 252.06º 0.82% 0.93% -
XYZ 19.63 9.64 80.95 -
YUV 76.78 218.42 131.73 -
System Red Green Blue C M Y K H S L
Decimal 82 43 237 0.65 0.82 0 0.07 252.06 0.84 0.55
Hex 52 2B ED 41 52 0 7 FC 54 37
Octal 122 53 355 101 122 0 7 374 124 67
Binary 1010010 101011 11101101 1000001 1010010 0 111 11111100 1010100 110111

Color Harmonies of #522BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BED

Black with #522BED

Text Example


Text Example

White with #522BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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