Html Css Color HEX #521BB4 Purple Heart

📋 copy color: '#521BB4'

red 82 ◦ green 27 ◦ blue 180

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

Shades of Purple Heart #521BB4

Tints of Purple Heart #521BB4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.34%

 BLUE value IS 180 (70.7% from 255) = 62.28%

R = 28.37%
G = 9.34%
B = 62.28%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#521BB4 (or 0x521BB4) is known color: Purple Heart. HEX triplet: 52, 1B and B4. RGB value is (82,27,180). Sum of RGB (Red+Green+Blue) = 82+27+180=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 27 (10.94% from 255 or 9.34% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #521BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521BB4 is #ADE44B. Grayscale: #3C3C3C. Windows color (decimal): -11396172 or 11803474. OLE color: 11803474.

HSL color Cylindrical-coordinate representation of color #521BB4: hue angle of 261.57º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #521BB4 is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 27 180 -
CMYK 0.54 0.85 0 0.29
HSL 261.57º 0.74% 0.41% -
HSV(B) 261.57º 0.85% 0.71% -
XYZ 12.11 5.87 43.68 -
YUV 60.89 195.22 143.06 -
System Red Green Blue C M Y K H S L
Decimal 82 27 180 0.54 0.85 0 0.29 261.57 0.74 0.41
Hex 52 1B B4 36 55 0 1D 106 4A 29
Octal 122 33 264 66 125 0 35 406 112 51
Binary 1010010 11011 10110100 110110 1010101 0 11101 100000110 1001010 101001

Color Harmonies of #521BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BB4

Black with #521BB4

Text Example


Text Example

White with #521BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,180); }

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

background-color css

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

 a { background-color: rgb(82,27,180); }

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

border-color css

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

 span { border-color: rgb(82,27,180); }

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