Html Css Color HEX #521CED Han Purple

📋 copy color: '#521CED'

red 82 ◦ green 28 ◦ blue 237

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

Shades of Han Purple #521CED

Tints of Han Purple #521CED

RGB

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

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

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

R = 23.63%
G = 8.07%
B = 68.3%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#521CED (or 0x521CED) is known color: Han Purple. HEX triplet: 52, 1C and ED. RGB value is (82,28,237). Sum of RGB (Red+Green+Blue) = 82+28+237=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 237 (92.97% from 255 or 68.30% from 347); Max value from RGB is 237 - color contains mainly: blue. Hex color #521CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CED is #ADE312. Grayscale: #434343. Windows color (decimal): -11395859 or 15539282. OLE color: 15539282.

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

Color convert

RGB 82 28 237 -
CMYK 0.65 0.88 0 0.07
HSL 255.5º 0.85% 0.52% -
HSV(B) 255.5º 0.88% 0.93% -
XYZ 19.18 8.74 80.8 -
YUV 67.97 223.39 138.01 -
System Red Green Blue C M Y K H S L
Decimal 82 28 237 0.65 0.88 0 0.07 255.5 0.85 0.52
Hex 52 1C ED 41 58 0 7 100 55 34
Octal 122 34 355 101 130 0 7 400 125 64
Binary 1010010 11100 11101101 1000001 1011000 0 111 100000000 1010101 110100

Color Harmonies of #521CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CED

Black with #521CED

Text Example


Text Example

White with #521CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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