#521CAB

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

Shades of Purple Heart #521CAB

Tints of Purple Heart #521CAB

Color information

#521CAB (or 0x521CAB) is unknown color: approx Purple Heart. HEX triplet: 52, 1C and AB. RGB value is (82,28,171). Sum of RGB (Red+Green+Blue) = 82+28+171=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #521CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #521CAB is #ADE354. Grayscale: #3B3B3B. Windows color (decimal): -11395925 or 11213906. OLE color: 11213906.

HSL color Cylindrical-coordinate representation of color #521CAB: hue angle of 262.66º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #521CAB is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8228171-
CMYK0.520.8400.33
HSL262.66º71.86%39.02%-
HSV(B)262.66º83.63%67.06%-
XYZ11.255.5639.01-
YUV60.45190.39143.37-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.18%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=29.18%
G=9.96%
B=60.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82281710.520.8400.33262.6671.8639.02
Hex521CAB34540211074827
Octal122342536412404140711047
Binary10100101110010101011110100101010001000011000001111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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