Html Css Color HEX #521FC9 Purple Heart

📋 copy color: '#521FC9'

red 82 ◦ green 31 ◦ blue 201

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

Shades of Purple Heart #521FC9

Tints of Purple Heart #521FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 64.01%

R = 26.11%
G = 9.87%
B = 64.01%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#521FC9 (or 0x521FC9) is known color: Purple Heart. HEX triplet: 52, 1F and C9. RGB value is (82,31,201). Sum of RGB (Red+Green+Blue) = 82+31+201=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 201 (78.91% from 255 or 64.01% from 314); Max value from RGB is 201 - color contains mainly: blue. Hex color #521FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FC9 is #ADE036. Grayscale: #414141. Windows color (decimal): -11395127 or 13180754. OLE color: 13180754.

HSL color Cylindrical-coordinate representation of color #521FC9: hue angle of 258º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521FC9 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 31 201 -
CMYK 0.59 0.85 0 0.21
HSL 258º 0.73% 0.45% -
HSV(B) 258º 0.85% 0.79% -
XYZ 14.51 6.99 55.84 -
YUV 65.63 204.4 139.68 -
System Red Green Blue C M Y K H S L
Decimal 82 31 201 0.59 0.85 0 0.21 258 0.73 0.45
Hex 52 1F C9 3B 55 0 15 102 49 2D
Octal 122 37 311 73 125 0 25 402 111 55
Binary 1010010 11111 11001001 111011 1010101 0 10101 100000010 1001001 101101

Color Harmonies of #521FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FC9

Black with #521FC9

Text Example


Text Example

White with #521FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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