Html Css Color HEX #521BA4 Purple Heart

📋 copy color: '#521BA4'

red 82 ◦ green 27 ◦ blue 164

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

Shades of Purple Heart #521BA4

Tints of Purple Heart #521BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 60.07%

R = 30.04%
G = 9.89%
B = 60.07%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#521BA4 (or 0x521BA4) is known color: Purple Heart. HEX triplet: 52, 1B and A4. RGB value is (82,27,164). Sum of RGB (Red+Green+Blue) = 82+27+164=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 164 (64.45% from 255 or 60.07% from 273); Max value from RGB is 164 - color contains mainly: blue. Hex color #521BA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521BA4 is #ADE45B. Grayscale: #3A3A3A. Windows color (decimal): -11396188 or 10754898. OLE color: 10754898.

HSL color Cylindrical-coordinate representation of color #521BA4: hue angle of 264.09º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521BA4 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 82 27 164 -
CMYK 0.5 0.84 0 0.36
HSL 264.09º 0.72% 0.37% -
HSV(B) 264.09º 0.84% 0.64% -
XYZ 10.57 5.26 35.58 -
YUV 59.06 187.22 144.36 -
System Red Green Blue C M Y K H S L
Decimal 82 27 164 0.5 0.84 0 0.36 264.09 0.72 0.37
Hex 52 1B A4 32 54 0 24 108 48 25
Octal 122 33 244 62 124 0 44 410 110 45
Binary 1010010 11011 10100100 110010 1010100 0 100100 100001000 1001000 100101

Color Harmonies of #521BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BA4

Black with #521BA4

Text Example


Text Example

White with #521BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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