Html Css Color HEX #521FBC Purple Heart

📋 copy color: '#521FBC'

red 82 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #521FBC

Tints of Purple Heart #521FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 27.24%
G = 10.3%
B = 62.46%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#521FBC (or 0x521FBC) is known color: Purple Heart. HEX triplet: 52, 1F and BC. RGB value is (82,31,188). Sum of RGB (Red+Green+Blue) = 82+31+188=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #521FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FBC is #ADE043. Grayscale: #3F3F3F. Windows color (decimal): -11395140 or 12328786. OLE color: 12328786.

HSL color Cylindrical-coordinate representation of color #521FBC: hue angle of 259.49º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521FBC is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 31 188 -
CMYK 0.56 0.84 0 0.26
HSL 259.49º 0.72% 0.43% -
HSV(B) 259.49º 0.84% 0.74% -
XYZ 13.05 6.4 48.13 -
YUV 64.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 82 31 188 0.56 0.84 0 0.26 259.49 0.72 0.43
Hex 52 1F BC 38 54 0 1A 103 48 2B
Octal 122 37 274 70 124 0 32 403 110 53
Binary 1010010 11111 10111100 111000 1010100 0 11010 100000011 1001000 101011

Color Harmonies of #521FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FBC

Black with #521FBC

Text Example


Text Example

White with #521FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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