Html Css Color HEX #521FB8 Purple Heart

📋 copy color: '#521FB8'

red 82 ◦ green 31 ◦ blue 184

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

Shades of Purple Heart #521FB8

Tints of Purple Heart #521FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 61.95%

R = 27.61%
G = 10.44%
B = 61.95%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#521FB8 (or 0x521FB8) is known color: Purple Heart. HEX triplet: 52, 1F and B8. RGB value is (82,31,184). Sum of RGB (Red+Green+Blue) = 82+31+184=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 31 (12.5% from 255 or 10.44% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #521FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FB8 is #ADE047. Grayscale: #3F3F3F. Windows color (decimal): -11395144 or 12066642. OLE color: 12066642.

HSL color Cylindrical-coordinate representation of color #521FB8: hue angle of 260º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521FB8 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 31 184 -
CMYK 0.55 0.83 0 0.28
HSL 260º 0.71% 0.42% -
HSV(B) 260º 0.83% 0.72% -
XYZ 12.62 6.23 45.89 -
YUV 63.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 82 31 184 0.55 0.83 0 0.28 260 0.71 0.42
Hex 52 1F B8 37 53 0 1C 104 47 2A
Octal 122 37 270 67 123 0 34 404 107 52
Binary 1010010 11111 10111000 110111 1010011 0 11100 100000100 1000111 101010

Color Harmonies of #521FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FB8

Black with #521FB8

Text Example


Text Example

White with #521FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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