Html Css Color HEX #521FEA Han Purple

📋 copy color: '#521FEA'

red 82 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #521FEA

Tints of Han Purple #521FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.93%

 BLUE value IS 234 (91.8% from 255) = 67.44%

R = 23.63%
G = 8.93%
B = 67.44%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#521FEA (or 0x521FEA) is known color: Han Purple. HEX triplet: 52, 1F and EA. RGB value is (82,31,234). Sum of RGB (Red+Green+Blue) = 82+31+234=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 234 (91.80% from 255 or 67.44% from 347); Max value from RGB is 234 - color contains mainly: blue. Hex color #521FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FEA is #ADE015. Grayscale: #444444. Windows color (decimal): -11395094 or 15343442. OLE color: 15343442.

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

Color convert

RGB 82 31 234 -
CMYK 0.65 0.87 0 0.08
HSL 255.07º 0.83% 0.52% -
HSV(B) 255.07º 0.87% 0.92% -
XYZ 18.82 8.71 78.53 -
YUV 69.39 220.9 136.99 -
System Red Green Blue C M Y K H S L
Decimal 82 31 234 0.65 0.87 0 0.08 255.07 0.83 0.52
Hex 52 1F EA 41 57 0 8 FF 53 34
Octal 122 37 352 101 127 0 10 377 123 64
Binary 1010010 11111 11101010 1000001 1010111 0 1000 11111111 1010011 110100

Color Harmonies of #521FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FEA

Black with #521FEA

Text Example


Text Example

White with #521FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,31,234); }

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

background-color css

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

 a { background-color: rgb(82,31,234); }

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

border-color css

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

 span { border-color: rgb(82,31,234); }

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