Html Css Color HEX #521CA9 Purple Heart

📋 copy color: '#521CA9'

red 82 ◦ green 28 ◦ blue 169

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

Shades of Purple Heart #521CA9

Tints of Purple Heart #521CA9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 169 (66.41% from 255) = 60.57%

R = 29.39%
G = 10.04%
B = 60.57%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#521CA9 (or 0x521CA9) is known color: Purple Heart. HEX triplet: 52, 1C and A9. RGB value is (82,28,169). Sum of RGB (Red+Green+Blue) = 82+28+169=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 169 (66.41% from 255 or 60.57% from 279); Max value from RGB is 169 - color contains mainly: blue. Hex color #521CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CA9 is #ADE356. Grayscale: #3B3B3B. Windows color (decimal): -11395927 or 11082834. OLE color: 11082834.

HSL color Cylindrical-coordinate representation of color #521CA9: hue angle of 262.98º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #521CA9 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 28 169 -
CMYK 0.51 0.83 0 0.34
HSL 262.98º 0.72% 0.39% -
HSV(B) 262.98º 0.83% 0.66% -
XYZ 11.06 5.49 38.01 -
YUV 60.22 189.39 143.54 -
System Red Green Blue C M Y K H S L
Decimal 82 28 169 0.51 0.83 0 0.34 262.98 0.72 0.39
Hex 52 1C A9 33 53 0 22 107 48 27
Octal 122 34 251 63 123 0 42 407 110 47
Binary 1010010 11100 10101001 110011 1010011 0 100010 100000111 1001000 100111

Color Harmonies of #521CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CA9

Black with #521CA9

Text Example


Text Example

White with #521CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,28,169); }

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

background-color css

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

 a { background-color: rgb(82,28,169); }

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

border-color css

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

 span { border-color: rgb(82,28,169); }

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