#521AC8

Color #521AC8 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #521AC8

Tints of Purple Heart #521AC8

Color information

#521AC8 (or 0x521AC8) is unknown color: approx Purple Heart. HEX triplet: 52, 1A and C8. RGB value is (82,26,200). Sum of RGB (Red+Green+Blue) = 82+26+200=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #521AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521AC8 is #ADE537. Grayscale: #3D3D3D. Windows color (decimal): -11396408 or 13113938. OLE color: 13113938.

HSL color Cylindrical-coordinate representation of color #521AC8: hue angle of 259.31º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521AC8 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8226200-
CMYK0.590.8700.22
HSL259.31º76.99%44.31%-
HSV(B)259.31º87%78.43%-
XYZ14.276.755.19-
YUV62.58205.55141.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 26.62%
GREEN value IS 26 (10.55% from 255) = 8.44%
BLUE value IS 200 (78.52% from 255) = 64.94%
R=26.62%
G=8.44%
B=64.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal82262000.590.8700.22259.3176.9944.31
Hex521AC83B570161034d2c
Octal122323107312702640311554
Binary1010010110101100100011101110101110101101000000111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,26,200); }

 H1.HeaderClassName
 {
   color: #521AC8;
 }
 .AnyTagClassName
 {
   color: #521AC8;
 }
</style>
background-color css

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

 a { background-color: rgb(82,26,200); }

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

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

 span { border-color: rgb(82,26,200); }

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