Html Css Color HEX #521BED Han Purple

📋 copy color: '#521BED'

red 82 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #521BED

Tints of Han Purple #521BED

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

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

R = 23.7%
G = 7.8%
B = 68.5%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#521BED (or 0x521BED) is known color: Han Purple. HEX triplet: 52, 1B and ED. RGB value is (82,27,237). Sum of RGB (Red+Green+Blue) = 82+27+237=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 237 (92.97% from 255 or 68.50% from 346); Max value from RGB is 237 - color contains mainly: blue. Hex color #521BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BED is #ADE412. Grayscale: #424242. Windows color (decimal): -11396115 or 15539026. OLE color: 15539026.

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

Color convert

RGB 82 27 237 -
CMYK 0.65 0.89 0 0.07
HSL 255.71º 0.85% 0.52% -
HSV(B) 255.71º 0.89% 0.93% -
XYZ 19.16 8.69 80.79 -
YUV 67.39 223.72 138.42 -
System Red Green Blue C M Y K H S L
Decimal 82 27 237 0.65 0.89 0 0.07 255.71 0.85 0.52
Hex 52 1B ED 41 59 0 7 100 55 34
Octal 122 33 355 101 131 0 7 400 125 64
Binary 1010010 11011 11101101 1000001 1011001 0 111 100000000 1010101 110100

Color Harmonies of #521BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BED

Black with #521BED

Text Example


Text Example

White with #521BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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