Html Css Color HEX #521CAF Purple Heart

📋 copy color: '#521CAF'

red 82 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #521CAF

Tints of Purple Heart #521CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 61.4%

R = 28.77%
G = 9.82%
B = 61.4%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#521CAF (or 0x521CAF) is known color: Purple Heart. HEX triplet: 52, 1C and AF. RGB value is (82,28,175). Sum of RGB (Red+Green+Blue) = 82+28+175=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 175 (68.75% from 255 or 61.40% from 285); Max value from RGB is 175 - color contains mainly: blue. Hex color #521CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CAF is #ADE350. Grayscale: #3C3C3C. Windows color (decimal): -11395921 or 11476050. OLE color: 11476050.

HSL color Cylindrical-coordinate representation of color #521CAF: hue angle of 262.04º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521CAF is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 28 175 -
CMYK 0.53 0.84 0 0.31
HSL 262.04º 0.72% 0.4% -
HSV(B) 262.04º 0.84% 0.69% -
XYZ 11.63 5.72 41.05 -
YUV 60.9 192.39 143.05 -
System Red Green Blue C M Y K H S L
Decimal 82 28 175 0.53 0.84 0 0.31 262.04 0.72 0.4
Hex 52 1C AF 35 54 0 1F 106 48 28
Octal 122 34 257 65 124 0 37 406 110 50
Binary 1010010 11100 10101111 110101 1010100 0 11111 100000110 1001000 101000

Color Harmonies of #521CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CAF

Black with #521CAF

Text Example


Text Example

White with #521CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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