Html Css Color HEX #521CEB Han Purple

📋 copy color: '#521CEB'

red 82 ◦ green 28 ◦ blue 235

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

Shades of Han Purple #521CEB

Tints of Han Purple #521CEB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.12%

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 23.77%
G = 8.12%
B = 68.12%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#521CEB (or 0x521CEB) is known color: Han Purple. HEX triplet: 52, 1C and EB. RGB value is (82,28,235). Sum of RGB (Red+Green+Blue) = 82+28+235=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 28 (11.33% from 255 or 8.12% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #521CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CEB is #ADE314. Grayscale: #424242. Windows color (decimal): -11395861 or 15408210. OLE color: 15408210.

HSL color Cylindrical-coordinate representation of color #521CEB: hue angle of 255.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521CEB is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 28 235 -
CMYK 0.65 0.88 0 0.08
HSL 255.65º 0.84% 0.52% -
HSV(B) 255.65º 0.88% 0.92% -
XYZ 18.89 8.62 79.27 -
YUV 67.74 222.39 138.17 -
System Red Green Blue C M Y K H S L
Decimal 82 28 235 0.65 0.88 0 0.08 255.65 0.84 0.52
Hex 52 1C EB 41 58 0 8 100 54 34
Octal 122 34 353 101 130 0 10 400 124 64
Binary 1010010 11100 11101011 1000001 1011000 0 1000 100000000 1010100 110100

Color Harmonies of #521CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CEB

Black with #521CEB

Text Example


Text Example

White with #521CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,28,235); }

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

background-color css

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

 a { background-color: rgb(82,28,235); }

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

border-color css

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

 span { border-color: rgb(82,28,235); }

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