Html Css Color HEX #521FD2 Purple Heart

📋 copy color: '#521FD2'

red 82 ◦ green 31 ◦ blue 210

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

Shades of Purple Heart #521FD2

Tints of Purple Heart #521FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 65.02%

R = 25.39%
G = 9.6%
B = 65.02%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#521FD2 (or 0x521FD2) is known color: Purple Heart. HEX triplet: 52, 1F and D2. RGB value is (82,31,210). Sum of RGB (Red+Green+Blue) = 82+31+210=323 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.39% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 210 (82.42% from 255 or 65.02% from 323); Max value from RGB is 210 - color contains mainly: blue. Hex color #521FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FD2 is #ADE02D. Grayscale: #414141. Windows color (decimal): -11395118 or 13770578. OLE color: 13770578.

HSL color Cylindrical-coordinate representation of color #521FD2: hue angle of 257.09º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521FD2 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 82 31 210 -
CMYK 0.61 0.85 0 0.18
HSL 257.1º 0.74% 0.47% -
HSV(B) 257.1º 0.85% 0.82% -
XYZ 15.6 7.43 61.58 -
YUV 66.66 208.9 138.95 -
System Red Green Blue C M Y K H S L
Decimal 82 31 210 0.61 0.85 0 0.18 257.1 0.74 0.47
Hex 52 1F D2 3D 55 0 12 101 4A 2F
Octal 122 37 322 75 125 0 22 401 112 57
Binary 1010010 11111 11010010 111101 1010101 0 10010 100000001 1001010 101111

Color Harmonies of #521FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FD2

Black with #521FD2

Text Example


Text Example

White with #521FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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