Html Css Color HEX #521FBF Purple Heart

📋 copy color: '#521FBF'

red 82 ◦ green 31 ◦ blue 191

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

Shades of Purple Heart #521FBF

Tints of Purple Heart #521FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 26.97%
G = 10.2%
B = 62.83%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#521FBF (or 0x521FBF) is known color: Purple Heart. HEX triplet: 52, 1F and BF. RGB value is (82,31,191). Sum of RGB (Red+Green+Blue) = 82+31+191=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #521FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FBF is #ADE040. Grayscale: #3F3F3F. Windows color (decimal): -11395137 or 12525394. OLE color: 12525394.

HSL color Cylindrical-coordinate representation of color #521FBF: hue angle of 259.12º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521FBF is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 31 191 -
CMYK 0.57 0.84 0 0.25
HSL 259.13º 0.72% 0.44% -
HSV(B) 259.13º 0.84% 0.75% -
XYZ 13.37 6.54 49.85 -
YUV 64.49 199.4 140.49 -
System Red Green Blue C M Y K H S L
Decimal 82 31 191 0.57 0.84 0 0.25 259.13 0.72 0.44
Hex 52 1F BF 39 54 0 19 103 48 2C
Octal 122 37 277 71 124 0 31 403 110 54
Binary 1010010 11111 10111111 111001 1010100 0 11001 100000011 1001000 101100

Color Harmonies of #521FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FBF

Black with #521FBF

Text Example


Text Example

White with #521FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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