Html Css Color HEX #521DA4 Purple Heart

📋 copy color: '#521DA4'

red 82 ◦ green 29 ◦ blue 164

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

Shades of Purple Heart #521DA4

Tints of Purple Heart #521DA4

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.55%

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

R = 29.82%
G = 10.55%
B = 59.64%

CMYK

 C value IS 0.5

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#521DA4 (or 0x521DA4) is known color: Purple Heart. HEX triplet: 52, 1D and A4. RGB value is (82,29,164). Sum of RGB (Red+Green+Blue) = 82+29+164=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 29 (11.72% from 255 or 10.55% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #521DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521DA4 is #ADE25B. Grayscale: #3B3B3B. Windows color (decimal): -11395676 or 10755410. OLE color: 10755410.

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

Color convert

RGB 82 29 164 -
CMYK 0.5 0.82 0 0.36
HSL 263.56º 0.7% 0.38% -
HSV(B) 263.56º 0.82% 0.64% -
XYZ 10.62 5.35 35.6 -
YUV 60.24 186.56 143.52 -
System Red Green Blue C M Y K H S L
Decimal 82 29 164 0.5 0.82 0 0.36 263.56 0.7 0.38
Hex 52 1D A4 32 52 0 24 108 46 26
Octal 122 35 244 62 122 0 44 410 106 46
Binary 1010010 11101 10100100 110010 1010010 0 100100 100001000 1000110 100110

Color Harmonies of #521DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DA4

Black with #521DA4

Text Example


Text Example

White with #521DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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